venv being now in standard python library, there is no need to install virtualenv (apart from some very peculiar circumstances):
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt