Installation
The latest version of FAUST can be installed with the following commands:
git clone https://github.com/scyrusm/faust.git
cd faust
pip install --editable .
Or, if you would like to also install dependencies to be able to run the GUI mode of FAUST:
git clone https://github.com/scyrusm/faust.git
cd faust
pip install --editable . 'faust[GUI]'