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