Prototype for datasheet data extraction

This commit is contained in:
2024-01-02 16:03:49 -06:00
parent 40d833901e
commit ec1d1be2a5
7 changed files with 68 additions and 1 deletions

9
install-deps.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
if ! [ -d "venv" ]; then
./venv-setup.sh
fi
source ./venv/bin/activate
pip3 install -r requirements.txt