diff --git a/CHANGELOG.md b/CHANGELOG.md index a73f192bd9..9a2b743fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: * Fix airlock_notifier not getting the right smtp password ([#3561](https://github.com/microsoft/AzureTRE/issues/3561)) * Fix issue when deleting failed resources gives no steps ([#3567](https://github.com/microsoft/AzureTRE/issues/3567)) * Fix airlock_notifier not getting the right smtp password ([#3565](https://github.com/microsoft/AzureTRE/issues/3565)) +* Update CLI install method to fix dependency issue ([#3601](https://github.com/microsoft/AzureTRE/issues/3601)) COMPONENTS: diff --git a/cli/Makefile b/cli/Makefile index 2bbeeadfc9..00f1dd8f4b 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -10,7 +10,7 @@ pip-install: ## install required dependencides install-cli: ## install CLI (note, run `source <(_TRE_COMPLETE=bash_source tre)` to set up bash completion) sudo rm -rf build dist tre.egg-info - sudo python setup.py install + sudo pip install . build-package: ## build package ./scripts/build.sh