From 448401b7b05398bf4b2ec3684d9e42b6a3874a64 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 13 Jun 2023 00:30:18 +0200 Subject: [PATCH] docs(docker-compose): Link pip section with a more detailed explanation (#7) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a60b02..058615b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Get Cookiecutter like so: pip install cookiecutter ``` -Execute a template like so, `docker-compose` as an example: +Unfamiliar with Python and `pip`? Check out [Developing](#developing) further down to get started with a virtual environment. + +When all is set execute a template like so, `docker-compose` as an example: ``` cookiecutter https://quico.space/Quico/py-cookiecutter-templates.git --directory 'docker-compose' ```