Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 551 Bytes

sc3nb

sc3nb - SuperCollider3 interface for python and jupyter notebooks

For more information, please read the documentation.

Building the Documentation

An introduction howto use sc3nb is available in the ipython notebook examples/sc3nb-examples.ipynb

Installation of sc3nb

To install, cd to the root directory of sc3nb and then:

pip install -e .

This will install the library in development mode (i.e. changes to sc3nb code will automatically be "re-installed"). For more information, please refer to the documentation.