Installing mix'EM ================= Installing mix'EM is straightforward since it follows the typical python packaging conventions. If you just want to use mix'EM for your own research, the pip install method is recommended. Using pip --------- You can easily install mixem using pip: :: pip install mixem From source ----------- Clone or download mixem from `GitHub `_, then run :: python setup.py install Next steps: :doc:`getting-started`