diff --git a/docs/source/documentation.rst b/docs/source/documentation.rst index 4661690..08efac6 100644 --- a/docs/source/documentation.rst +++ b/docs/source/documentation.rst @@ -89,6 +89,7 @@ Installing COSIPY as an editable allows it to run from any directory. .. code-block:: bash git clone https://github.com/cryotools/cosipy.git + cd cosipy pip install -e . pip install -e .[tests] # install with dependencies for tests pip install -e .[docs] # install with dependencies for documentation