Spaces:
Build error
Build error
Update install.sh
Browse files- install.sh +2 -0
install.sh
CHANGED
|
@@ -7,6 +7,8 @@ sudo apt update
|
|
| 7 |
echo "Устанавливаем espeak-ng..."
|
| 8 |
sudo apt install -y espeak-ng
|
| 9 |
|
|
|
|
|
|
|
| 10 |
echo "Устанавливаем Python-зависимости из requirements.txt..."
|
| 11 |
pip install -r requirements.txt
|
| 12 |
|
|
|
|
| 7 |
echo "Устанавливаем espeak-ng..."
|
| 8 |
sudo apt install -y espeak-ng
|
| 9 |
|
| 10 |
+
pip install shutil
|
| 11 |
+
|
| 12 |
echo "Устанавливаем Python-зависимости из requirements.txt..."
|
| 13 |
pip install -r requirements.txt
|
| 14 |
|