Python 3 Project Template

Virtual Environment Setup

python3 -m venv venv
source ./venv/bin/activate

Setup Dependencies

pip install -r ./requirements.txt
pip install -e .

Run Code

python ./src/main.py