mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
fx
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python3 -m venv /home/pi/Conjurer/env
|
python3 -m venv /home/pi/Conjurer/env
|
||||||
source .venv/bin/activate
|
source ./env/bin/activate
|
||||||
./env/python3 -m pip install --upgrade pip
|
./env/bin/python3 -m pip install --upgrade pip
|
||||||
./env/python3 -m pip install -r requirements.txt
|
./env/bin/python3 -m pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user