From badb7908f3a203ea14cb40a5e8b5a54f021bbadc Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Fri, 2 Feb 2018 06:33:36 -0700 Subject: [PATCH] Update README.rst --- README.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 2654658..561c1e0 100644 --- a/README.rst +++ b/README.rst @@ -20,13 +20,8 @@ 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 package is not going to collide with existing packages +2. Create a new environment to ensure that the installed package is not going to collide with existing packages ``conda create --name <somename> python=3`` -3. Install ``plio`` with ``conda install plio``. +3. Install ``plio`` with ``conda install -c usgs-astrogeology plio``. -- GitLab