Installation

To install, you can use pip:

$ pip install revrand

or simply run setup.py in the location where you have cloned or downloaded this repository:

$ python setup.py install

Dependencies

Minimal

  • numpy
  • scipy
  • scikit-learn

Optional

Downloading and caching datasets
  • requests
  • unipath
Visualization and interactive computing
  • matplotlib
  • ipython[notebook]

Development

Documentation and deployment
  • sphinx
  • ghp-import
Testing
  • pytest
  • tox