# # env # python3.9 -m venv env39 source env39/bin/activate python3.9 -m pip install --upgrade pip pip install -r requirements.txt