From 73f3d8b929ee687d5def62752e9ba6b872c07196 Mon Sep 17 00:00:00 2001 From: Anselm Arndt <33282497+AnsArn@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:27:29 +0100 Subject: [PATCH] docs: Update documentation.rst --- docs/source/documentation.rst | 1 + 1 file changed, 1 insertion(+) 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