Skip to content

Commit

Permalink
Merge pull request #519 from yeganer/documentation-installation
Browse files Browse the repository at this point in the history
Documentation:Installation modify command
  • Loading branch information
wkerzendorf committed Mar 15, 2016
2 parents 286b859 + 6769b99 commit 4ae1e06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ Anaconda on your machine. The next step is to create an environment for tardis
that contains all of the necessary packages (this ensures that TARDIS
requirements won't clash with any other python installs on disc::

conda create -n tardis --file https://raw.githubusercontent.com/tardis-sn/tardis/master/conda-requirements python=2 pip
conda create -n tardis --file https://raw.githubusercontent.com/tardis-sn/tardis/master/conda-requirements python=2

This command fails on some systems. If that is the case, you can download the file manually from the official repository or, if you have a local copy of the tardis repository, use the local file. The command in that case would be::

conda create -n tardis --file conda-requirements python=2

Then to activate this environment simply do::

Expand Down

0 comments on commit 4ae1e06

Please sign in to comment.