Commit f7da2d4f authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update README.rst

parent 32a54a52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,10 +37,10 @@ We suggest using Anaconda Python to install Autocnet within a virtual environmen
   
   * ``conda create -n <your_environment_name> python=3 && source activate <your_environment_name>``
   
   Note, that you might want to specify either ``python=3.5`` or ``python=3.6``, depending on your requirements. Both are currently supported by auctonet.
   Note, that you might want to specify either ``python=3.5`` or ``python=3.6``, depending on your requirements. Both are currently supported by autocnet.
#. Bring up a command line and add three channels to your conda config (``~/condarc``):
   
   * ``conda config --add channels conda-forge``
   * ``conda config --add channels menpo``
   * ``conda config --add channels usgs-astrogeology``
#. Finally, install autocnet: ``conda install -c jlaura autocnet-dev``
#. Finally, install autocnet: ``conda install -c usgs-astrogeology autocnet-dev``