Make music with your hands
Use Python 3.5
NO F-STRINGS
git clone [repo-url]
cd [repo-url]
pipenv shell
pipenv install
git clone [repo-url]
cd [repo-url]
python3 -m venv venv
source venv/bin/activate
activate
pip3 install -r requirements.txt
- GTK+ is the GUI toolkit of choice - Leave to Tristan