Install/upgrade pip in python-examples/myvenv

This commit is contained in:
ghubstan 2022-03-24 07:34:19 -03:00
parent 54a2274518
commit 81db70b087
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -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