Prototype for datasheet data extraction
This commit is contained in:
20
README.md
20
README.md
@@ -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.
|
||||
Reference in New Issue
Block a user