.. highlight:: shell ============ Installation ============ Recommended method of installation is using the `Conda `_ package manager. You should preferably install PYTHON2.7 version, since ``moca`` is not yet 3.x compatible. Recommended method:: $ conda create env -f environment.yml python=2.7 $ source activate mocatest Using pip:: $ pip install moca