Skip to content

Commit 7229700

Browse files
committed
List mxdev as a pre-requisite and install in user's Python
1 parent 315dea1 commit 7229700

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/install/install-from-packages.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ You may host multiple Plone sites on the same server.
3939

4040
- Python 3.8, 3.9, or 3.10.
4141
- Cookiecutter
42+
- mxdev
4243
- Node.JS
4344
- nvm
4445
- Yarn
@@ -49,10 +50,10 @@ You may host multiple Plone sites on the same server.
4950
Installing Python is beyond the scope of this documentation.
5051
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.
5152
52-
Install or upgrade {term}`Cookiecutter` in your user's Python:
53+
Install or upgrade {term}`Cookiecutter` and {term}`mxdev` in your user's Python:
5354
5455
```shell
55-
pip install --user --upgrade cookiecutter
56+
pip install --user --upgrade cookiecutter mxdev
5657
```
5758

5859
{ref}`Install nvm and Node.js documentation <frontend-getting-started-install-nvm-label>`.

docs/install/manage-add-ons-packages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,9 @@ branch = master
249249
extras = test
250250
```
251251

252-
With these three files in your project, install and run `mxdev` with the following commands.
252+
With these three files in your project, run `mxdev` with the following commands.
253253

254254
```shell
255-
pip install mxdev
256255
mxdev -c mx.ini
257256
```
258257

0 commit comments

Comments
 (0)