Skip to content

Installing Docop

To get started, do a pip install:

pip install docop

And then create a new project directory:

docop init <directoryname>

This will create your project directory with some subdirectories and add an example config.yaml file for you.

Play around with the command-line tool, read the docs on how to configure docop, use and create tasks and pipes etc.