summaryrefslogtreecommitdiff
path: root/doc/source/install/overview.rst
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2017-11-10 15:18:15 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commita735b3321b9b3a0bcb60198c36560869f451c0e2 (patch)
tree89b053584aa52e4a13e70323d3b80d605f2695b3 /doc/source/install/overview.rst
parent29c2838f8034f60126afe607ed303ae96ea6ded6 (diff)
downloadchroma-a735b3321b9b3a0bcb60198c36560869f451c0e2.tar.gz
chroma-a735b3321b9b3a0bcb60198c36560869f451c0e2.tar.bz2
chroma-a735b3321b9b3a0bcb60198c36560869f451c0e2.zip
update rhel/centos/scientific linux installation instructions
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