- Fork the repository:
https://www.tilcode.com/fork-your-own-repo-on-github/
- Create virtual environment (assuming Python 3)
$ python -m venv --without-pip venv
- Download & install the get-pip.py file
$ python get_pip.py
- Install requirements:
$pip install -r requirements.txt
- Create development database:
$ python manage.py db upgrade
- Create roles:
$ python manage.py shell
>>>Roles.insert_roles()