Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 469 Bytes

Installation Instructions

First, create your virtual env: python3 -m venv venv

Then, install the requirements: pip install -r requirements.txt

Remember to add your postgres creds to the .streamlit/secrets.toml file locally

Needs local postgres server for local testing

Python application