Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 455 Bytes

readme.rst

File metadata and controls

20 lines (13 loc) · 455 Bytes

Welcome to Musicdsp.org website source

build status

Pull requests welcome!

In order to build the HTML locally with python3:

python -m venv .env
pip install -r requirements.txt
make html