From 76e9ddf25a7cf226e3be615294bfa183f52b56a4 Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Wed, 11 Apr 2018 14:07:42 -0400 Subject: [PATCH] Update README.md Included a quick note about adding conda-forge to the config for anaconda noobies like myself. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34907a1..9ff0984 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ If you have [anaconda](https://www.continuum.io/downloads), you can install `rtp I've had one report that installing from the conda-forge channel does not pick up some packages. If so, you may also try installing like this: + conda config --add channels conda-forge # required for proper dependency resolution with pkgw-forge conda install -c conda-forge numpy scipy jupyter bokeh cython matplotlib conda install -c pkgw-forge pwkit casa-tools casa-python casa-data pip install rtpipe