Permaviss is built on Python 3, and relies only on NumPy and Scipy.
Additionally, Matplotlib and mpl_toolkits are used for the tutorials.
To install using pip3
:
$ pip3 install permaviss
If you prefer to install from source, clone from GitHub repository:
$ git clone https://github.com/atorras1618/PerMaViss $ cd PerMaViss $ pip3 install -e .