Installation
The easiest way to install DRpy is to install it within a new anaconda environment. If you don’t already have conda, please see go install it from here: miniconda
Now that you have conda, either download the zipped file from github, or use the following (if you have git)
$ git clone https://github.com/dopplerchase/DRpy.git
cd into the DRpy director
$ cd ./DRpy
use conda to make the new enviroment and install the dependances
$ conda env create -f environment.yml
finally, install the package
$ pip install .