summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2017-11-10 15:28:26 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commit510800f931fc453cf13df7b2fe253c50288aaf7e (patch)
treec545d61fb11cdbea1aa40ad0406bf4b2386f462a
parenta735b3321b9b3a0bcb60198c36560869f451c0e2 (diff)
downloadchroma-510800f931fc453cf13df7b2fe253c50288aaf7e.tar.gz
chroma-510800f931fc453cf13df7b2fe253c50288aaf7e.tar.bz2
chroma-510800f931fc453cf13df7b2fe253c50288aaf7e.zip
update docs
-rw-r--r--doc/source/install/overview.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/install/overview.rst b/doc/source/install/overview.rst
index 488ae49..7af5308 100644
--- a/doc/source/install/overview.rst
+++ b/doc/source/install/overview.rst
@@ -120,4 +120,8 @@ Now we can checkout a copy of Chroma and install it. By default, we will put it
cd chroma
python setup.py develop
+To see if everything installed successfully run the following command::
+
+ chroma-cam @chroma.models.lionsolid
+
If everything has succeeded, you are ready to move onto the :ref:`tour`!