1.1. Installation
1.1.1. pip
You can install Fringes directly from PyPI with pip:
pip install fringes
1.1.2. From Source
To get access to the very latest features and bugfixes you have three choices:
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 .
Directly install from GitHub with
pip:pip install git+git://github.com/comimag/fringes.git@main
You can change
mainof the above command to the branch name or the commit you prefer.You can simply place the
fringesfolder someplace importable, such as inside the root of another project. Fringes does not need to be “built” or compiled in any way.