File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ default_context:
8383Now run the {term}` cookiecutter ` tool to create configuration for a Zope instance.
8484
8585```
86- bin/pipx run cookiecutter -f --no-input --config-file instance.yaml gh:plone/cookiecutter-zope-instance
86+ venv/ bin/pipx run cookiecutter -f --no-input --config-file instance.yaml gh:plone/cookiecutter-zope-instance
8787```
8888
8989
@@ -92,7 +92,7 @@ bin/pipx run cookiecutter -f --no-input --config-file instance.yaml gh:plone/coo
9292Start the instance for a quick test.
9393
9494``` shell
95- bin/runwsgi -v instance/etc/zope.ini
95+ venv/ bin/runwsgi -v instance/etc/zope.ini
9696```
9797
9898``` {include} /_inc/_create-classic-ui-instance.md
Original file line number Diff line number Diff line change 22# From https://dist.plone.org/release/6.1.3/constraints.txt
33pip==25.2
44setuptools==80.9.0
5- wheel==0.46 .1
5+ wheel==0.45 .1
You can’t perform that action at this time.
0 commit comments