Skip to content

Commit b5e54f4

Browse files
authored
Merge branch '6.0' into maurits-start-upgrade-guide-plone-62
2 parents c53cc9a + bd3bf57 commit b5e54f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/admin-guide/install-pip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ default_context:
8383
Now 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
9292
Start 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

requirements-initial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# From https://dist.plone.org/release/6.1.3/constraints.txt
33
pip==25.2
44
setuptools==80.9.0
5-
wheel==0.46.1
5+
wheel==0.45.1

0 commit comments

Comments
 (0)