diff options
author | Stan Seibert <stan@mtrr.org> | 2011-10-08 17:17:20 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:10 -0700 |
commit | d16b852761e967c9ced9c31b31ac4fc4c3de87a5 (patch) | |
tree | b7727a7f431ba48cea4b28bf7eddceb23c0221af /doc/source | |
parent | c284f0e16f6e5bbaf890570c176910e765569556 (diff) | |
download | chroma-d16b852761e967c9ced9c31b31ac4fc4c3de87a5.tar.gz chroma-d16b852761e967c9ced9c31b31ac4fc4c3de87a5.tar.bz2 chroma-d16b852761e967c9ced9c31b31ac4fc4c3de87a5.zip |
Tell people to grab Chroma from the Bitbucket repository.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 10ab68d..721a431 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -263,7 +263,7 @@ distribute module prior to installation, but the rest should be automatic:: pip install -U distribute - pip install -e chroma + pip install -e hg+http://bitbucket.org/chroma/chroma#egg=Chroma Now you can enable the Chroma environment whenever you want by typing ``source $HOME/chroma_env/bin/activate``, or by placing that line in the |