Installation#
Releases#
To install PRIMAP2, run this command in your terminal:
$ pip install primap2
This is the preferred method to install PRIMAP2, as it will always install the most recent release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
From sources#
The sources for PRIMAP2 can be downloaded from the Github repo.
Simply clone the public repository using git:
$ git clone git://github.com/pik-primap/primap2
Once you have a copy of the source, you can install it with:
$ python setup.py install