Update install.sh
Browse files- install.sh +1 -0
install.sh
CHANGED
|
@@ -23,6 +23,7 @@ python3.10 -m pip install pcloud
|
|
| 23 |
python3.10 -m pip install natsort
|
| 24 |
python3.10 -m pip install httpcore
|
| 25 |
python3.10 -m pip install pyyaml
|
|
|
|
| 26 |
|
| 27 |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
| 28 |
git config --global user.name "anonymous"
|
|
|
|
| 23 |
python3.10 -m pip install natsort
|
| 24 |
python3.10 -m pip install httpcore
|
| 25 |
python3.10 -m pip install pyyaml
|
| 26 |
+
python3.10 -m pip install numba
|
| 27 |
|
| 28 |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
| 29 |
git config --global user.name "anonymous"
|