Installation Instructions#
Dependencies#
peccary requires the use of
numpy (version 1.14 or greater),
scipy (version 0.19 or greater),
and matplotlib.
If for some reason these packages are not automatically installed
with the pip installation described below,
you can install them via:
>>> pip install numpy>=1.14
>>> pip install scipy>=0.19
>>> pip install matplotlib
Installation#
Using pip (recommended)#
The recommended way to install the latest stable version of peccary
is with pip via the terminal with the command:
>>> pip install peccary
You can also use the command:
>>> python -m pip install peccary
From source:#
You can also clone the latest development version of peccary from
GitHub using git:
>>> git clone git://github.com/soleyhyman/peccary.git
To build and install the project (from the root of the source tree, e.g., inside
the cloned git directory):
>>> python -m pip install .