Darren Burton
03/03/2022, 3:03 AMKevin Kho
03/03/2022, 3:28 AMAnna Geller
03/03/2022, 12:11 PMDarren Burton
03/03/2022, 2:25 PMKevin Kho
03/03/2022, 2:33 PMAnna Geller
03/03/2022, 2:41 PMsudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install software-properties-common -y
sudo apt-get install python3-dateutil -y
sudo apt install python3-pip -y
PATH="$HOME/.local/bin:$PATH"
export PATH
# python3 is installed by default with version 3.8.10
pip3 install -U "prefect>=2.0a"
Darren Burton
03/03/2022, 2:46 PMsudo pip install --upgrade protobuf