![Mac](https://img.shields.io/badge/OS X-Untested-lightgrey.svg)
> pip install -r requirements.txt
First of all, for this system to work you need 3 things:
- Add 'requests' to the requirements.txt of your project
- A github repository
- A standard for 'Readme' files
I use this as a head for my readme's:
![Mac](https://img.shields.io/badge/OS X-Untested-lightgrey.svg)
See the version shield? That's what i use to detect versions. So now we know that, how do we proceed?
0k configuring is always a pain, so here we go:
- Rename 'gitupdate.py' to something pretty. (this is where you start your program from)
- Complete the 'def _start_app()' to your liking.
- Configure 'config.py'.
- master_url > Point this to the raw Readme usually,'https://raw.githubusercontent.com/USERNAME/REPOSITORY/master/README.md'.
- zip_url > Point to a zip of your project usually,'https://github.com/USERNAME/REPOSITORY/zipball/master'.
- Add an empty 'temp/' directory
- And a 'app/' directory with the current contents of the repo
[!]Done!
- Cleanup after update.