- (Optional) Create a virtual environment (command line or with IntelliJ)
- Install Postgres (use this for Mac)
- Install the packages listed in
requirements.txt
(runpip3 install -r requirements.txt
)
If you're using a Mac and get an error installing psycopg2
, try running the following command beforehand:
export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"
Run the following command:
python3 app.py