xdragxt commited on
Commit
bb91daf
·
verified ·
1 Parent(s): 8ba1783

Update installer.sh

Browse files
Files changed (1) hide show
  1. 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() {