From a735b3321b9b3a0bcb60198c36560869f451c0e2 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Fri, 10 Nov 2017 15:18:15 -0600 Subject: update rhel/centos/scientific linux installation instructions --- doc/source/install/overview.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/source/install/overview.rst') diff --git a/doc/source/install/overview.rst b/doc/source/install/overview.rst index cb2db1e..488ae49 100644 --- a/doc/source/install/overview.rst +++ b/doc/source/install/overview.rst @@ -103,13 +103,9 @@ libraries into the virtualenv, isolating them from the rest of your system:: # Search this site for shrinkwrap packages used by Chroma export PIP_EXTRA_INDEX_URL=https://chroma.bitbucket.io/chroma_pkgs/ - # On RHEL/Centos/Scientific Linux ONLY, uncomment and run the following commands - # pip install -U numpy - # easy_install pygame - # This will take a LONG time. # If interrupted, run the command again and it will resume where it left off - pip install chroma_deps + pip install chroma-deps # Refresh environment variables source $VIRTUAL_ENV/bin/activate -- cgit