Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 741 Bytes

File metadata and controls

35 lines (24 loc) · 741 Bytes

RIE Python Workshops

Workshop #1

Purpose

Interactive intro to Python Applications

Installation

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

License

MIT

Free Software 🎸