Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 530 Bytes

INSTALLATION.rst

File metadata and controls

18 lines (10 loc) · 530 Bytes

Installation

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 .