Update script for pip package.

PiperOrigin-RevId: 515696284
This commit is contained in:
Zheng Xu 2023-03-10 11:43:17 -08:00 committed by A. Unique TensorFlower
parent c2bd4c3c6f
commit d7d497bb69

View file

@ -36,7 +36,7 @@ main() {
fi
# Create a virtual environment
python3.9 -m venv "venv"
python3 -m venv "venv"
source "venv/bin/activate"
pip install --upgrade pip