From f537cdbe297531d469d6364d71f4c265ffe17efd Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 17 Apr 2023 10:06:25 -0600 Subject: [PATCH] Add note on developer-mode-setup script Former-commit-id: e4b57b58153e2967c1e6061efda76eab7f89d29d --- docs/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 9343736..633fc30 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -34,7 +34,9 @@ In addition to the pre-requisites listed in the [README](/README.md), the follow $ cd stack-orchestrator ``` -3. Create and activate a venv: +3. (This and the next step can be done by running `source ./scripts/developer-mode-setup.sh`) + + Create and activate a venv: ``` $ python3 -m venv venv $ source ./venv/bin/activate