Installation¶
Pre-configured installation (recommended)¶
It’s strongly recommended that you use Anaconda to install pyLGN along with its compiled dependencies.
conda install -c defaults -c conda-forge -c cinpla pylgn
pyLGN can also be installed by cloning the Github repository:
$ git clone https://github.com/miladh/pylgn
$ cd /path/to/pylgn
$ python setup.py install
Note that dependencies must be installed independently.