Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.51 KB

Installation.md

File metadata and controls

15 lines (13 loc) · 1.51 KB

1. Download and Installation

Installing Anaconda or Miniconda

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.

Requirements for running RAiDER

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

Installing RAiDER using conda

  1. 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.
  2. On a terminal, change to the source code directory and create a new conda environment using conda env create -f environment.yml
  3. Activate the new conda environment using conda activate RAiDER
  4. From inside the main source code directory, type python setup.py install
  5. Finally, test the new installation: py.test test/