in beerbot repo:
python3 -m venv .venv
source .venv/bin/activate
pip install wheel
python3 -m pip install -r requirements.txt
Python3 venv for beerbot
Veröffentlicht am
My public personal notebook – Not meant as a guide
in beerbot repo:
python3 -m venv .venv
source .venv/bin/activate
pip install wheel
python3 -m pip install -r requirements.txt
1 Antwort zu “Python3 venv for beerbot”