From 28e1728a884828a06e320a4d00a3de006752e269 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sun, 12 Jun 2016 14:00:26 -0700 Subject: [PATCH] Update README.rst --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 8c305c2..a560049 100644 --- a/README.rst +++ b/README.rst @@ -21,3 +21,19 @@ Planetary Input / Output A planetary file I/O API + +Installation +------------ +Installation is unfortunately complicated due to the difficulty in installing GDAL. These are the steps that have been successfully tested on Linux and OSX. + +1. Install Anaconda or Miniconda with Python 3.5 +2. In your ~/.condarc file add the following two lines in the channels section. + + `- conda-forge` + + `- jlaura` +3. Create a new environment to ensure that the installed packge is not going to collide with existing packages + + ` conda create --name <somename> python=3` + +3. Install `plio` with `conda install plio`. -- GitLab