mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-05-20 12:24:14 +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
|
python3 -m venv myvenv
|
||||||
source ./myvenv/bin/activate
|
source ./myvenv/bin/activate
|
||||||
|
|
||||||
|
# Upgrade myvenv's pip
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
# Install Python example dependencies.
|
# Install Python example dependencies.
|
||||||
echo "Installing example code dependencies in virtual environment..."
|
echo "Installing example code dependencies in virtual environment..."
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user