RAiDER was designed to work with Conda a cross-platform way to use Python that allows you to setup and use "virtual environments." These can help to keep dependencies for different sets of code separate. Conda is distrubed as Anaconda or Miniconda, a light-weight version of Anaconda. See here for help installing Anaconda and here for installing Miniconda.
RAiDER currently works on *nix systems, and has been tested on the following systems:
- Ubuntu v.16 and up
- Mac OS v.10 and up
- First, download the source code for RAiDER and unzip to the location where you want to keep the code, or clone to the repository to your system.
- On a terminal, change to the source code directory and create a new conda environment using
conda env create -f environment.yml
- Activate the new conda environment using
conda activate RAiDER
- From inside the main source code directory, type
python setup.py install
- Finally, test the new installation:
py.test test/