From 56b3a9dfee3a5d45051b3c3155f7986a7a3fa458 Mon Sep 17 00:00:00 2001 From: Jaladh Singhal Date: Wed, 4 Nov 2020 21:24:29 +0530 Subject: [PATCH] Remove pip install option from installation docs (#1300) --- docs/installation.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index d9496757078..2c2fa6cb329 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -68,16 +68,11 @@ TARDIS is used. For TARDIS development purposes please follow the steps :ref:`here ` until the step to install TARDIS in the development mode -``python setup.py develop``. +``python setup.py develop``. Development guidelines for +TARDIS can be found `here `_. -You can also install TARDIS for the latest development version -(but this is only recommended for pure users):: - - pip install git+https://github.com/tardis-sn/tardis - -Development guidelines for TARDIS can be found `here `_. - -Alternatively, you can manually clone our repository and install TARDIS by:: +To install TARDIS, it is recommended to first clone our repository and +then install TARDIS, as follows:: git clone https://github.com/tardis-sn/tardis.git cd tardis