Closed elminster-aom closed 3 years ago
Based on Export Python project from one PC to other and Creating a virtual environment: Documentation (see README.md has been extended with :
$ python3 -m venv homeworks \
&& source homeworks/bin/activate \
&& python3 -m pip install --requirement homeworks/requirements.txt
Additionally:
Virtualenv committed to repo, including python binary, does not work as described in readme because you can't ship venvs like that