Installation

Pre-flight check

In order to use datakit-project, you must have:

  • Python >= 3.5
  • git

Install the plugin

For a user install from the command line:

$ pip install --user datakit-project

Plugin Configuration

By default, datakit-project stores its configurations in ~/.datakit/plugins/datakit-project/config.json.

For example, the plugin configuration file contains the setting for the Default template:

{"default_template": "/path/to/.cookiecutters/cookiecutter-basic-project"}