Hack the Job 2022 Scott and Rafael's entry for Hack the Job 2022 Python Dev setup Create venv: python3 -m venv ./env Enter venv: source env/bin/activate Install from requirements pip3 install -r requirements.txt