1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# download python
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8

# download and install pip
sudo apt-get update
sudo apt install python3-pip 

# install packages
pip install pandas numpy matplotlib seaborn 

# run script that generates the figure
python3 get_figure.py