mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-05-20 12:24:14 +00:00
Use python3, not python
This commit is contained in:
parent
fb8b1ee4d8
commit
ea0d7e32e2
@ -22,7 +22,7 @@ echo "Generating gRPC Python service stubs..."
|
|||||||
# Set up Python environment in python-examples directory.
|
# Set up Python environment in python-examples directory.
|
||||||
echo "Building Python virtual environment in the python-examples directory..."
|
echo "Building Python virtual environment in the python-examples directory..."
|
||||||
rm -rf myvenv
|
rm -rf myvenv
|
||||||
python -m venv myvenv
|
python3 -m venv myvenv
|
||||||
source ./myvenv/bin/activate
|
source ./myvenv/bin/activate
|
||||||
|
|
||||||
# Install Python example dependencies.
|
# Install Python example dependencies.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user