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
Copy file name to clipboardExpand all lines: docs/install/manage-add-ons-packages.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ For developing add-ons for the Plone frontend, Volto, see {doc}`volto/addons/ind
180
180
181
181
(manage-the-problem-with-pip-label)=
182
182
183
-
### The problem with pip
183
+
### The problem with `pip`
184
184
185
185
If you want to check out a Plone core package for development, or want to override the constraints of Plone, normally you would define constraints with a file {file}`constraints.txt` to tell `pip` to install a different version of a Plone package.
186
186
@@ -214,58 +214,59 @@ You must perform that step.
214
214
### `mxdev` example files
215
215
216
216
A minimal example set of files for `mxdev` would look like the following.
217
+
In this example, you will install an add-on `collective.easyform`.
0 commit comments