Workshop #1
Interactive intro to Python Applications
The programs require Python 3+ to run.
git clone https://github.com/KCL-RIE/Workshops/
cd Workshops/
python3 -m venv music
. music/bin/activate
pip install -r requirements.txt
pip install -e .
cd src
python main.py
For production environments...
# TODO
MIT
Free Software 🎸