virtualenv -p python3 . || exit 1 source bin/activate || exit 2 pip install -r requirements.txt || exit 3