CVstore: The ATS for Applicants Scott and Rafael's winning 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