From 0f9252201e66dc7cc4ad7416ead4079aef481e95 Mon Sep 17 00:00:00 2001 From: jpizarro Date: Wed, 5 Feb 2025 11:37:03 +0100 Subject: [PATCH] Added instruction to README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e4b35c..9b87e1d 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,15 @@ The BAM Masterdata is a repository containing all the masterdata schema defining in BAM, as well as some utility functions to handle the masterdata. - +In order to include the CLI functionalities, you have to add the optional `[dev]` dependencies when pip installing the package: +```sh +pip install bam-masterdata[dev] +``` ## Development