Skip to content
Alan D. Snow edited this page Sep 27, 2016 · 9 revisions

Prereqs

##Installation ###PART 1: Install AutoRoute See: https://github.com/erdc-cm/AutoRoute/tree/cgdal

###PART 2: Install python dependencies

####a. Install RAPIDpy dependencies See: http://rapidpy.readthedocs.io/en/latest/installation.html

Additional packages you may need if you used Anaconda/Miniconda:

$ conda install --yes cryptography
$ conda install --yes -c https://conda.anaconda.org/ioos optcomplete

####b. Install GDAL for python

$ cd /path/to/gdal-2.0.2/swig/python
$ python setup.py build
$ export PYTHONPATH=$HOME/miniconda2/lib/python2.7/site-packages
$ python setup.py install

###PART 3: Install AutoRoutePy

$ git clone https://github.com/erdc-cm/AutoRoutePy.git
$ cd AutoRoutePy
$ git submodule init
$ git submodule update

To install:

python setup.py install

To develop:

python setup.py develop
Clone this wiki locally