Based on Flask-Foundation
In (preferably) a virtual environment, execute the following commands:
$ pip install -r requirements.txt
$ ./manage.py runserver
Tests are run with py.test
.
- Clone the repository
- Create a branch:
git checkout -b my-feature
- Implement changes
- Commit and push to a new remote branch:
git push -u origin my-feature
- Post pull request