CLI

Odevio is a CLI utility developed in Python. It is easily installed with pip.

pip install odevio

Once installed we can easily run the CLI in the terminal $ odevio and you should get the help output of the terminal.

If it is your first time using Odevio, create an Odevio account by running :

odevio signup

Note

PIP is the python package manager. PIP and python should be installed on your computer for Odevio to work. Install python.

Warning

python 3.6 or higher is required for Odevio to work properly.