Update installer.sh
Browse files- installer.sh +1 -1
installer.sh
CHANGED
|
@@ -142,7 +142,7 @@ install_requirements() {
|
|
| 142 |
pip3 install -q --upgrade pip
|
| 143 |
echo -e "\n\nInstalling requirements... "
|
| 144 |
pip3 install -q --no-cache-dir -r $DIR/requirements.txt
|
| 145 |
-
pip3 install -q -r $DIR/resources/startup/optional-requirements.txt
|
| 146 |
}
|
| 147 |
|
| 148 |
railways_dep() {
|
|
|
|
| 142 |
pip3 install -q --upgrade pip
|
| 143 |
echo -e "\n\nInstalling requirements... "
|
| 144 |
pip3 install -q --no-cache-dir -r $DIR/requirements.txt
|
| 145 |
+
# pip3 install -q -r $DIR/resources/startup/optional-requirements.txt
|
| 146 |
}
|
| 147 |
|
| 148 |
railways_dep() {
|