Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pip install option from TARDIS installation docs #1300

Merged
merged 1 commit into from
Nov 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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