Installing razorback
The stable version can be installed with:
$ pip install razorback
Prerequisites
Razorback depends on:
Matplotlib (for visualization only)
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: