mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Install/upgrade pip in python-examples/myvenv
This commit is contained in:
parent
54a2274518
commit
81db70b087
@ -25,6 +25,9 @@ rm -rf myvenv
|
||||
python3 -m venv myvenv
|
||||
source ./myvenv/bin/activate
|
||||
|
||||
# Upgrade myvenv's pip
|
||||
python3 -m pip install --upgrade pip
|
||||
|
||||
# Install Python example dependencies.
|
||||
echo "Installing example code dependencies in virtual environment..."
|
||||
pip install -r requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user