jukebox-software

This repository is for all of the backend python-based 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.

S
Description
This repository is for all of the software used in the Jukebox project.
Readme 94 MiB
Languages
Python 70.1%
Jupyter Notebook 16.7%
HTML 6.6%
Shell 3.7%
PowerShell 2.3%
Other 0.6%