File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ The `Makefile` at the root of your project invokes commands in `backend/Makefile
1818The 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
2525You can configure your Zope instance as described in the section {doc}` /admin-guide/configure-zope ` .
You can’t perform that action at this time.
0 commit comments