docs(docker-compose): Link pip section with a more detailed explanation (#7)

This commit is contained in:
hygienic-books 2023-06-13 00:30:18 +02:00
parent 94a802c1e6
commit 448401b7b0

View File

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