Update install.sh
Browse files- install.sh +2 -0
install.sh
CHANGED
|
@@ -20,6 +20,8 @@ python3.10 -m pip install gdown
|
|
| 20 |
python3.10 -m pip install natsort
|
| 21 |
python3.10 -m pip install httpcore
|
| 22 |
python3.10 -m pip install httpx==0.24.1
|
|
|
|
|
|
|
| 23 |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
| 24 |
git config --global user.name "anonymous"
|
| 25 |
git config --global user.email my@gmail.com
|
|
|
|
| 20 |
python3.10 -m pip install natsort
|
| 21 |
python3.10 -m pip install httpcore
|
| 22 |
python3.10 -m pip install httpx==0.24.1
|
| 23 |
+
python3.10 -m pip uninstall -y matplotlib
|
| 24 |
+
python3.10 -m pip install matplotlib==3.8.4
|
| 25 |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
| 26 |
git config --global user.name "anonymous"
|
| 27 |
git config --global user.email my@gmail.com
|