Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 416 Bytes

File metadata and controls

26 lines (18 loc) · 416 Bytes

Digit-al Tunes

Make music with your hands

Development

Use Python 3.5 NO F-STRINGS

Pipenv

git clone [repo-url]
cd [repo-url]
pipenv shell
pipenv install

Pip + Venv

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