Observation, question. Ways I seek to answer are
- start this repo
- goal 2 (see issue #4)
- goal 3
This project uses a Python venv. The environment contents are documented in the requirements.txt
file. You can (re)generate the virtual environment by running the script setup_venv.sh
. To use this environment, run the following before executing any python scripts from this repo.
source .venv/bin/activate