File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ site-packages/
6868Install Plone 6 with constrained requirements using ` pip ` .
6969
7070``` shell
71- pip install Plone -c https://dist.plone.org/release/6.0.0a4 /constraints.txt
71+ pip install Plone -c https://dist.plone.org/release/6.0.0a6 /constraints.txt
7272```
7373
7474```` {admonition} mkwsgiinstance's minimal Zope configuration
@@ -104,7 +104,7 @@ mkwsgiinstance -u admin:admin -d .
104104python3.9 -m venv venv
105105source venv/bin/activate
106106pip install -U pip wheel
107- pip install Plone -c https://dist.plone.org/release/6.0.0a4 /constraints.txt
107+ pip install Plone -c https://dist.plone.org/release/6.0.0a6 /constraints.txt
108108mkwsgiinstance -u admin:admin -d .
109109```
110110````
@@ -246,7 +246,7 @@ If you want to checkout a Plone Core package for development or just want to ove
246246
247247```
248248# constraints.txt with unresolvable version conflict
249- -c https://dist.plone.org/release/6.0.0a4 /constraints.txt
249+ -c https://dist.plone.org/release/6.0.0a6 /constraints.txt
250250plone.api>=2.0.0a3
251251```
252252
@@ -272,7 +272,7 @@ collective.easyform
272272{file}` constraints.txt `
273273
274274``` ini
275- -c https://dist.plone.org/release/6.0.0a4 /constraints.txt
275+ -c https://dist.plone.org/release/6.0.0a6 /constraints.txt
276276
277277# constraints of add-ons
278278collective.easyform ==3.4.5
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Choose from 1, 2 [1]: 1
137137requirements_out [requirements-mxdev.txt]:
138138admin_user [admin]:
139139admin_password []: admin
140- plone_version [6.0.0a2]: 6.0.0a4
140+ plone_version [6.0.0a2]: 6.0.0a6
141141listen [localhost:8080]:
142142```
143143
You can’t perform that action at this time.
0 commit comments