summaryrefslogtreecommitdiff
path: root/doc/source/install/overview.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/install/overview.rst')
-rw-r--r--doc/source/install/overview.rst6
1 files changed, 1 insertions, 5 deletions
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