https://github.com/hongtaoh/32vis
Tip revision: 9960413711b0efb1f51ff7cce3548d259be8d8cb authored by Hongtao Hao on 24 May 2025, 20:13:11 UTC
Update README.md
Update README.md
Tip revision: 9960413
script.sh
# 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