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

View File

@@ -1,3 +1,21 @@
# jukebox-software
This repository is for all of the software used in the Jukebox project.
This repository is for all of the software used in the Jukebox project.
To setup and run:
run `install-deps.sh` to prepare the python venv and install packages:
chmod +x ./install-deps.sh && ./install-deps.sh
then, you need to source the venv. Run
source venv/bin/activate
or
source venv/bin/activate.fish
if you use fish shell.
Then you are good to go to execute any python file.