Skip to content

Commit

Permalink
package manager docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Oct 29, 2019
1 parent 1c2083c commit 8ee98e7
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,22 @@ All you'll need `numpy <https://numpy.org/>`_.
instructions in :ref:`source`.


Dependencies
------------

On some systems, it can be useful to install the dependencies first:

.. code-block:: bash
pip install -U pip
pip install -U setuptools setuptools_scm
Package managers
----------------

The easiest way to install the stable version of emcee is using
`pip <http://www.pip-installer.org/>`_ or `conda <https://conda.io>`_
`pip <http://www.pip-installer.org/>`_

.. code-block:: bash
python -m pip install -U pip
pip install -U setuptools setuptools_scm pep517
pip install -U emcee
# or...
or `conda <https://conda.io>`_

.. code-block:: bash
conda install -c conda-forge emcee
Expand Down

0 comments on commit 8ee98e7

Please sign in to comment.