Skip to content

Commit

Permalink
Update docs/advanced/pyproject_toml.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Arts <[email protected]>
  • Loading branch information
olivier-lacroix and ruben-arts authored Apr 4, 2024
1 parent b7790b9 commit bd7a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/pyproject_toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This would result in the conda dependencies being installed and the pypi depende
As pixi takes the conda dependencies over the pypi dependencies.

## Optional dependencies
If your python project includes groups of optional dependencies, pixi will automatically interpret them as pixi features of the same name with the associated pypi dependencies.
If your python project includes groups of optional dependencies, pixi will automatically interpret them as [pixi features](../configuration.md#the-feature-table) of the same name with the associated `pypi-dependencies`.

You can add them to pixi environments manually, or use `pixi init` to setup the project, which will create one environment per feature. Self-references to other groups of optional dependencies are also handled.

Expand Down

0 comments on commit bd7a8fc

Please sign in to comment.