Installation ------------ From PyPi you can install latest version using :code:`pip`: .. code-block:: pip install moro Alternatively, you can install the development version from GitHub repository: .. code-block:: pip install https://github.com/jorgedelossantos/moro.git Or clone the repository and install: .. code-block:: git clone https://github.com/jorgedelossantos/moro.git cd moro pip install setup.py