You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Cookiecutter to pre-requisites, and sort list.
Move Cookiecutter installation into pre-requisites and update to use user's Python.
Remove creation of a virtual environment, as that is handled by the cookiecutter.
Update cookiecutter command with correct feature branch.
Update console output.
Copy file name to clipboardExpand all lines: docs/install/install-from-packages.md
+19-23Lines changed: 19 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,9 @@ You may host multiple Plone sites on the same server.
38
38
### Pre-requisites for installation
39
39
40
40
- Python 3.8, 3.9, or 3.10.
41
-
-nvm
41
+
-Cookiecutter
42
42
- Node.JS
43
+
- nvm
43
44
- Yarn
44
45
-```{todo}
45
46
List any system libraries, such as `make`, `Xcode`, and so on.
@@ -48,6 +49,12 @@ You may host multiple Plone sites on the same server.
48
49
Installing Python is beyond the scope of this documentation.
49
50
However, it is recommended to use a Python version manager, [`pyenv`](https://github.com/pyenv/pyenv) that allows you to install multiple versions of Python on your development environment without destroying your system's Python.
50
51
52
+
Install or upgrade {term}`Cookiecutter` in your user's Python:
53
+
54
+
```shell
55
+
pip install --user --upgrade cookiecutter
56
+
```
57
+
51
58
{ref}`Install nvm and Node.js documentation <frontend-getting-started-install-nvm-label>`.
You can now run `cookiecutter` to create a Plone project skeleton using the cookiecutter {term}`cookiecutter-plone-starter` with the following command.
0 commit comments