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' ```