Setup for Experienced Python Users

Basic Installation

If you’re already familiar with Python and you know how to install packages using pip, then installing SCAMP is a simple process. Simply run from the command line:

pip3 install --user scamp

From there, Linux users will need to install the FluidSynth library through their package manager. On apt-based distros like Debian, Ubuntu or Trisquel, this is as simple as running:

sudo apt install fluidsynth

Mac and Windows users will not need to manually install FluidSynth, since a binary version of the library has been included within the SCAMP package. (This was the path of least resistance, since there is not a built-in package manager for Mac or Windows.)