mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +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.
|
||||
echo "Building Python virtual environment in the python-examples directory..."
|
||||
rm -rf myvenv
|
||||
python -m venv myvenv
|
||||
python3 -m venv myvenv
|
||||
source ./myvenv/bin/activate
|
||||
|
||||
# Install Python example dependencies.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user