Commit 29c91ff3 authored by mol3earth's avatar mol3earth Committed by Jesse Mapel
Browse files

typo, 'conda condig' should be 'conda config'

bigger issue is that
> conda install -c jlaura autocnet-dev
responds
PackagesNotFoundError:
parent 35ee717a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Via Conda
  * ``conda create -n <your_environment_name> python=3 && source activate <your_environment_name>``
1. Bring up a command line and add three channels to your conda config (``~/condarc``):
  * ``conda config --add channels conda-forge``
  * ``conda condig --add channels jlaura``
  * ``conda config --add channels jlaura``
  * ``conda config --add channels menpo``
1. Finally, install autocnet: ``conda install -c jlaura autocnet-dev``