Skip to content

Commit

Permalink
Remove pip install option from installation docs (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaladh-singhal authored Nov 4, 2020
1 parent 2f317ca commit 56b3a9d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,11 @@ TARDIS is used.

For TARDIS development purposes please follow the steps :ref:`here <forking>`
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 <https://tardis-sn.github.io/tardis/development/index.html>`_.

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 <https://tardis-sn.github.io/tardis/development/index.html>`_.

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
Expand Down

0 comments on commit 56b3a9d

Please sign in to comment.