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/
68
68
Install Plone 6 with constrained requirements using ` pip ` .
69
69
70
70
``` 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
72
72
```
73
73
74
74
```` {admonition} mkwsgiinstance's minimal Zope configuration
@@ -104,7 +104,7 @@ mkwsgiinstance -u admin:admin -d .
104
104
python3.9 -m venv venv
105
105
source venv/bin/activate
106
106
pip 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
108
108
mkwsgiinstance -u admin:admin -d .
109
109
```
110
110
````
@@ -246,7 +246,7 @@ If you want to checkout a Plone Core package for development or just want to ove
246
246
247
247
```
248
248
# 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
250
250
plone.api>=2.0.0a3
251
251
```
252
252
@@ -272,7 +272,7 @@ collective.easyform
272
272
{file}` constraints.txt `
273
273
274
274
``` 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
276
276
277
277
# constraints of add-ons
278
278
collective.easyform ==3.4.5
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Choose from 1, 2 [1]: 1
137
137
requirements_out [requirements-mxdev.txt]:
138
138
admin_user [admin]:
139
139
admin_password []: admin
140
- plone_version [6.0.0a2]: 6.0.0a4
140
+ plone_version [6.0.0a2]: 6.0.0a6
141
141
listen [localhost:8080]:
142
142
```
143
143
You can’t perform that action at this time.
0 commit comments