From 0a1bffbe69e0a9de9714e00c5e69558740961274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= <128714159+piotr-grodek-dsai@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:51:18 +0100 Subject: [PATCH] Update template README.md Small requested hint --- {{ cookiecutter.repo_name }}/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/{{ cookiecutter.repo_name }}/README.md b/{{ cookiecutter.repo_name }}/README.md index 3fd2cb9..5f85c22 100644 --- a/{{ cookiecutter.repo_name }}/README.md +++ b/{{ cookiecutter.repo_name }}/README.md @@ -13,10 +13,11 @@ To start, you need to setup your local machine. You need to setup virtual environment, simplest way is to run from project root directory: ```bash -$ ./setup_dev_env.sh +$ . ./setup_dev_env.sh $ source venv/bin/activate ``` This will create a new venv and run `pip install -r requirements-dev.txt`. +Last line shows how to activate the environment. ## Install pre-commit @@ -117,4 +118,4 @@ Every MR keeps package for 7 days each (check `package` artifact). On the main branch you can trigger _release_ which uploads minor.major.patch version to PIP registry. -{% endif %} \ No newline at end of file +{% endif %}