π±οΈInstalling BAD Workflows
Installing System Dependencies
sudo apt update
sudo apt install software-properties-commonsudo add-apt-repository ppa:deadsnakes/ppasudo apt install python3.10 python3.10-devcurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.10 get-pip.pypip install --upgrade virtualenv/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew install python@3.10echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> ~/.bash_profilepip3.10 install --upgrade virtualenvCreating a Python Virtual Environment
The Observatory Platform
BAD Workflows
Last updated