mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
aa
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
python3 -m venv /home/pi/Conjurer_librarian/env
|
||||||
|
cd /home/pi/Conjurer_librarian
|
||||||
|
source /home/pi/Conjurer_librarian/bin/activate
|
||||||
|
./env/bin/python3 -m pip install --upgrade pip
|
||||||
|
./env/bin/python3 -m pip install -r requirements_librarian.txt
|
||||||
|
deactivate
|
||||||
|
|
||||||
|
cp ./conjurer/conjurer_librarian/conjurer_librarian.py ./Conjurer_librarian/
|
||||||
Reference in New Issue
Block a user