blezz-tech 1 өдөр өмнө
parent
commit
242aa1b64c

+ 7 - 0
bin/install_handlers.sh

@@ -2,6 +2,13 @@ source ./bin/utils/functions.sh
 source .env
 source .env
 source webservice_running/handlers/config.env
 source webservice_running/handlers/config.env
 
 
+(
+  cd webservice_running/handlers
+  python -m venv .venv
+  source .venv/bin/activate
+  pip install -r requirements.txt
+)
+
 echo_warning "Installation handlers"
 echo_warning "Installation handlers"
 
 
 echo_warning "Recreating sharix.service"
 echo_warning "Recreating sharix.service"