grBird / PYTHON_SETUP.md
Brice Vandeputte
json api
a0562b3
|
raw
history blame
No virus
293 Bytes

Installation (WSL2)

/usr/bin/python3.11 --version
Python 3.11.9
# cd grBird
/usr/bin/python3.11 -m venv ./venv
. ./venv/bin/activate
# verify version
python --version
## expect Python 3.11.9
python -m pip install --upgrade pip
pip install -r ./requirements.txt