Spaces:
Sleeping
Sleeping
Update install.sh
Browse files- install.sh +0 -1
install.sh
CHANGED
@@ -2,7 +2,6 @@ rm -r venv
|
|
2 |
python3 -m venv ./venv
|
3 |
source venv/bin/activate
|
4 |
pip3 install git+https://github.com/pedroelbanquero/torahcodespython
|
5 |
-
pip3 install gradio
|
6 |
pip3 install -r requirements.txt
|
7 |
|
8 |
|
|
|
2 |
python3 -m venv ./venv
|
3 |
source venv/bin/activate
|
4 |
pip3 install git+https://github.com/pedroelbanquero/torahcodespython
|
|
|
5 |
pip3 install -r requirements.txt
|
6 |
|
7 |
|