elminster-aom / homeworks

Entertainment exercise for a basic web monitor
The Unlicense
1 stars 0 forks source link

Virtualenv committed to repo #4

Closed elminster-aom closed 3 years ago

elminster-aom commented 3 years ago

Virtualenv committed to repo, including python binary, does not work as described in readme because you can't ship venvs like that

elminster-aom commented 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: