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