Zuletzt aktiv 1732218138

Änderung fd654c445880148e1970e2ec8480f4bbc310b3d3

pyvenvs.md Orginalformat

How do I do that virtual environment thing again?

Create python virtual environment

python3 -m venv venv
source venv/bin/activate

Install dependencies

pip install -r requirements.txt