1. Installation

1.1. Basic

The fastest way to install is by grabbing the code from Github:

$ git clone https://github.com/baccuslab/pyret.git
$ cd pyret
$ python setup.py install

Pyret supports Python2.7 and Python3.4+.

1.2. Dependencies

Pyret requires the following dependencies:

  • numpy
  • scipy
  • scikit-image
  • scikit-learn
  • matplotlib

1.3. Development

To contribute to pyret, you’ll need to also install sphinx and numpydoc for documentation and pytest for testing. We adhere to the NumPy/SciPy documentation standards.