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

6
venv-setup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
python -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip