summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2013-03-13 15:20:34 -0400
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commit7adb46b7598a8222d9d5ff0bbd00ef0e4a89a4cd (patch)
treeec79eaa3f4447342c829dfa4c607d746e64b56ab
parent52df82fa11026379b22f5d07307a090dd960afcc (diff)
downloadchroma-7adb46b7598a8222d9d5ff0bbd00ef0e4a89a4cd.tar.gz
chroma-7adb46b7598a8222d9d5ff0bbd00ef0e4a89a4cd.tar.bz2
chroma-7adb46b7598a8222d9d5ff0bbd00ef0e4a89a4cd.zip
Fix typo in install docs
-rw-r--r--doc/source/install/overview.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/install/overview.rst b/doc/source/install/overview.rst
index 554675d..67bdfd2 100644
--- a/doc/source/install/overview.rst
+++ b/doc/source/install/overview.rst
@@ -98,9 +98,8 @@ Step 3: Install Chroma
Now we can checkout a copy of Chroma and install it. By default, we will put it into the $VIRTUAL_ENV/src directory, but anywhere is fine::
cd $VIRTUAL_ENV/src
- hg clone https://
hg clone https://bitbucket.org/chroma/chroma
cd chroma
python setup.py develop
-If everything has succeeded, you are ready to move onto the :ref:`tour`! \ No newline at end of file
+If everything has succeeded, you are ready to move onto the :ref:`tour`!