Installing razorback

The stable version can be installed with:

$ pip install razorback

Prerequisites

Razorback depends on:

These packages are parts of the Scipy stack, one easy way to install them is using the anaconda distribution.

Development

If you want to work on the development version, you can do:

$ git clone https://github.com/BRGM/razorback.git
$ pip install --upgrade --editable ./razorback

Also, you may need additional dependances:

  • to run the test suite:

  • to build the documentation: