Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 397 Bytes

music-python

Experiments with music generation, notation, diagrams, etc. with Python.

Requires Python 3.9 (3.10 and higher won't work, due to incompatibility with python-fretboard).

To set up virtual Python environment

# First, install python3.9, e.g. with "brew install [email protected]"
# Then,
python3.9 -mvenv venv
source venv/bin/activate
pip install -r requirements.txt