Skip to content

Commit

Permalink
Merge pull request #239 from tBuLi/add_conda_to_docs
Browse files Browse the repository at this point in the history
Updated the install section of docs to include conda
  • Loading branch information
tBuLi committed Jul 23, 2019
2 parents 85c3daa + 7913dcd commit efabe2d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ If you are using pip, you can simply run ::

pip install symfit

from your terminal. If you are using linux and do not use pip, you can download
the source from https://github.com/tBuLi/symfit and install manually.
from your terminal. If you prefer to use `conda`, run ::

Are you not on linux and you do not use pip? That's your own mess.
conda install -c conda-forge symfit

instead. Lastly, if you prefer to install manually you can download
the source from https://github.com/tBuLi/symfit.

Contrib module
--------------
Expand All @@ -18,8 +20,4 @@ interactive guesses, install `symfit` using::

Dependencies
------------
::

pip install sympy
pip install numpy
pip install scipy
See `requirements.txt` for a full list.

0 comments on commit efabe2d

Please sign in to comment.