From 7638bb21c346fe46b04df10e3e21cf520d8cb600 Mon Sep 17 00:00:00 2001 From: Ginger Burns Date: Wed, 30 Oct 2024 11:58:25 +0000 Subject: [PATCH] docs: add notes about optional CLI packages --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 90dacda..d7ff7b9 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ Path variables used below: ```shell pip install ckanext-attribution +# to use the CLI as well: +pip install ckanext-attribution[cli] ``` ## Installing from source @@ -112,6 +114,8 @@ pip install ckanext-attribution 3. Install via pip: ```shell pip install $INSTALL_FOLDER/src/ckanext-attribution + # to use the cli as well: + pip install $INSTALL_FOLDER/src/ckanext-attribution[cli] ``` ### Installing in editable mode @@ -352,6 +356,8 @@ toolkit.get_action('agent_external_read')({}, data_dict) ## Commands +**NB**: you will have to install the optional `[cli]` packages to use several of these commands. + ### `initdb` ```shell ckan -c $CONFIG_FILE attribution initdb