Skip to content

Commit d796515

Browse files
committed
Merge branch 'installation-backend-pip-mxdev' of github.com:plone/documentation into installation-backend-pip-mxdev
2 parents 8457869 + decf856 commit d796515

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Linode
4848
4949
mxdev
5050
[mxdev](https://github.com/mxstack/mxdev) [mɪks dɛv] is a utility that makes it easy to work with Python projects containing lots of packages, of which you only want to develop some.
51-
It builds on top of the idea to have stable version constraints and then develop from a VCS on top of it.
51+
It is designed for developers who use stable version constraints, then layer their customizations on top of that base while using a version control system.
5252
This design allows developers to override their base package constraints with a customized or newer version.
5353
5454
mxmake

docs/install/source-step-by-step.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ default_context:
168168
db_storage: direct
169169
```
170170
171-
172-
173-
174171
Add-ons are listed here to be loaded by `Zope` app. As python packages they also need to be installed with pip.
175172
The documented installation of add-ons with pip is achieved via a {file}`requirements.txt` file.
176173
We list an add-on like for example `collective.easyform` in\

0 commit comments

Comments
 (0)