Prototype for datasheet data extraction
This commit is contained in:
9
install-deps.sh
Executable file
9
install-deps.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ! [ -d "venv" ]; then
|
||||
./venv-setup.sh
|
||||
fi
|
||||
|
||||
source ./venv/bin/activate
|
||||
|
||||
pip3 install -r requirements.txt
|
||||
Reference in New Issue
Block a user