Our project shall be something with the impact of pomegranates.
- Clone this repo:
git clone git@github.com:stuy-softdev/PMG.git
- Navigate into repo:
cd PMG
python -m venv {{venv_path}}
-
Linux/Mac:
source {{venv_path}}/bin/activate -
Windows:
{{venv_path}}\Scripts\activate
pip install -r requirements.txt
-
Linux/Mac:
source {{venv_path}}/bin/activate -
Windows:
{{venv_path}}\Scripts\activate
cd PMG/app
python __init__.py
python app/__init__.py