|
@@ -4,7 +4,7 @@ source webservice_running/handlers/config.env
|
|
|
|
|
|
(
|
|
(
|
|
cd webservice_running/handlers
|
|
cd webservice_running/handlers
|
|
- python -m venv .venv
|
|
|
|
|
|
+ python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
source .venv/bin/activate
|
|
pip install -r requirements.txt
|
|
pip install -r requirements.txt
|
|
)
|
|
)
|