Installation

You can also install garpar from PyPI using pip:

$ pip install garpar

Finally, you can also install the latest development version of garpar directly from GitHub:

However you can install the development version from directly from GitHub:

$ pip install git+https://github.com/quatrope/garpar/

This is useful if there is some feature that you want to try, but we did not release it yet as a stable version. Although you might find some unpolished details, these development installations should work without problems.

If you find any problem, please open an issue in the issue tracker.

Warning

It is recommended that you never ever use sudo with distutils, pip, setuptools and friends in Linux because you might seriously break your system [1] [2] Use virtual environments instead.

If you don’t have Python

If you don’t already have a python installation with numpy and scipy, we recommend to install either via your package manager or via a python bundle. These come with numpy, scipy, matplotlib and many other helpful scientific and data processing libraries.