- Create a virtual environment with
python -m venv ./env - Step into it with
cd env/Scriptsrunactivatethen step out withcd ../../ - Install dependencies with
pip install -r requirements.txt - Load environment variables based on the .env template (.env.template in the projects root) as per your postgres setup
- Run the program with
cd srcandpython main.py
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
