cptlobster 5ef8795eb4 Merge branch 'main' into dthomas_meilisearch
# Conflicts:
#	.gitignore
#	read_datasheet.py
2024-03-12 16:13:41 -05:00
2024-01-17 16:46:20 -06:00
2024-01-17 16:46:20 -06:00
2024-03-08 19:45:45 -06:00
2024-01-02 18:55:18 +00:00
2024-03-08 19:45:45 -06:00
2024-03-08 19:45:45 -06:00
2024-03-08 19:45:45 -06:00
2024-03-08 19:45:45 -06:00
2024-02-17 20:06:37 -06:00
2024-01-05 16:07:07 +00:00
2024-02-17 20:06:37 -06:00
2024-01-02 18:13:14 -06:00
2024-01-02 18:13:14 -06:00
2024-03-05 16:20:05 -06:00

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%