4 lines
88 B
Text
4 lines
88 B
Text
python3 -m venv .venv
|
|
source ./.venv/bin/activate
|
|
python3 -m pip install --upgrade pip
|
|
|