This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Update Process for Windows OS
Jura Khrapunov edited this page Nov 27, 2015
·
4 revisions
Use the following steps to install and update the undp.github.com repository. These steps are outlined for computers running a Microsoft Windows-based operating system.
Additional help on Github for Windows can be found in their help pages.
- Download Python 2.7+
- Run the install file.
- Download the Github for Windows app
- Run the install file
- Sign in with your user name and password. Configure settings with your email.
- Click on the UNDP repository
- Select the
undp/open.undp.org
repository - Select
CLONE
- You will know see the files copied to your computer and placed into the folder
Documents/Github/open.undp.org/
- Replace existing files with the updated export
- Ensure these are correctly formatted CSV files
- Click Open this repo
-
Navigate to
/scripts
folder. -
Make sure you have installed the requirements:
$: pip install -r requirements.txt
-
Run the main script
$: python start.py
- Navigate back to the Github app
- You will now see the files that are changed
- Enter a commit message and hit
commit
- Select "Sync" to push your changes