summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`!