From d02787652e60864ef1ca3a1c19060da198daa407 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Wed, 22 Apr 2020 09:27:28 -0400 Subject: [PATCH] Added installation --- docs/source/index.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 427bdb3..27c6fb9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,8 +6,17 @@ Welcome to multiview_generator's documentation! =============================================== +To install SMuDGE, clone the gitlab repository and run + +.. code-block:: + + cd /path/to/multiview_generator + pip install -e . + + + .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Contents: include_tuto1 -- GitLab