Installation
============
To install the last version, all you should need to do is
.. code-block::
$ python setup.py install
To install the stable version, you can use the preferred installer program (pip):
.. code-block::
$ pip install pyemcee
or you can install it from the cross-platform package manager *conda*:
.. code-block::
$ conda install -c conda-forge pyemcee
This package requires the following packages:
- `NumPy `_
- `SciPy `_
- `Matplotlib `_