Skip to content

Commit f8b392b

Browse files
committed
Added guilabel role, and reversed the order of instructions in increasing specificity.
1 parent 31ac9dc commit f8b392b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/admin-guide/add-ons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ First, configure your project according to the instructions in the tabbed interf
2929
Select the tab according to your Python package manager.
3030

3131
```{tip}
32-
Select the tab for uv if you have a project that was created using Cookieplone, and you have `managed = true` set in the `[tool.uv]` section of the file {file}`backend/pyproject.toml`.
33-
Select the tab for pip if you have a project that was created using Cookieplone that does not have this setting.
32+
Select the tab {guilabel}`uv` for projects created with Cookieplone which have in the file {file}`backend/pyproject.toml`, under the `[tool.uv]` table, the setting of `managed = true`.
33+
Select the tab {guilabel}`pip` for projects created with Cookieplone that don't have this setting.
3434
```
3535

3636
`````{tab-set}

0 commit comments

Comments
 (0)