Installation

pip

You can install Fringes directly from Pypi with pip:

pip install fringes

From Source

To get access to the very latest features and bugfixes you have three choices:

  1. Clone Fringes from GitHub with git:

    git clone https://github.com/comimag/fringes
    cd fringes
    

    Now you can install Fringes from source wit pip:

    pip install .
    
  2. Directly install from GitHub repo with pip:

    pip install git+git://github.com/comimag/fringes.git@main
    

    You can change main of the above command to the branch name or the commit you prefer.

  3. You can simply place the fringes folder someplace importable, such as inside the root of another project. Fringes does not need to be “built” or compiled in any way.