From 78d483dd7366607f2d477b42617a23542d71cde2 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Mon, 9 Apr 2018 06:08:41 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 561c1e0..f129572 100644 --- a/README.rst +++ b/README.rst @@ -23,5 +23,5 @@ Installation is unfortunately complicated due to the difficulty in installing GD 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 -c usgs-astrogeology plio``. +3. Ensure that the `conda-forge` channel is added to your conda config. For instructions, see: https://conda.io/docs/user-guide/tasks/manage-channels.html +4. Install ``plio`` with ``conda install -c usgs-astrogeology plio``. -- GitLab