Skip to content

Commit 43d90ef

Browse files
committed
Update conceptual-guides/make-backend-build.md
1 parent 0f5e395 commit 43d90ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conceptual-guides/make-backend-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The `Makefile` at the root of your project invokes commands in `backend/Makefile
1818
The command `make backend-build` performs the following tasks.
1919

2020
- Invokes the target `install` in `backend/Makefile`.
21-
- `install` has the two dependencies `$(VENV_FOLDER)` and `config`.
22-
- `$(VENV_FOLDER)` creates and populates a virtual Python environment with uv from a {file}`constraints.txt` file generated using mxdev.
23-
- `config` creates the Zope and Plone configuration files using cookiecutter-zope-instance.
21+
- `install` has the two dependencies `sync` and `config`.
22+
- `sync` runs `uv sync` to install the project as defined in {file}`pyproject.toml`.
23+
- `config` creates the Zope and Plone configuration files using {term}`cookiecutter-zope-instance`.
2424

2525
You can configure your Zope instance as described in the section {doc}`/admin-guide/configure-zope`.

0 commit comments

Comments
 (0)