7-rewrite-docs-inconsistencies #8

Merged
hygienic-books merged 4 commits from 7-rewrite-docs-inconsistencies into master 2023-06-12 22:35:07 +00:00
Showing only changes of commit 448401b7b0 - Show all commits

View File

@ -19,7 +19,9 @@ Get Cookiecutter like so:
pip install cookiecutter 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' cookiecutter https://quico.space/Quico/py-cookiecutter-templates.git --directory 'docker-compose'
``` ```