diff options
author | Anthony LaTorre <devnull@localhost> | 2017-11-10 15:28:26 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:39 -0700 |
commit | 510800f931fc453cf13df7b2fe253c50288aaf7e (patch) | |
tree | c545d61fb11cdbea1aa40ad0406bf4b2386f462a /doc | |
parent | a735b3321b9b3a0bcb60198c36560869f451c0e2 (diff) | |
download | chroma-510800f931fc453cf13df7b2fe253c50288aaf7e.tar.gz chroma-510800f931fc453cf13df7b2fe253c50288aaf7e.tar.bz2 chroma-510800f931fc453cf13df7b2fe253c50288aaf7e.zip |
update docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install/overview.rst | 4 |
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`! |