Skip to content

Commit 6a153a5

Browse files
Update 2_why_pixi.md
1 parent 5aa7e79 commit 6a153a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

episodes/2_why_pixi.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,12 @@ Pixi allows you to define dependencies for specific operating systems (e.g. Wind
4646
For this demo, we will mainly focus on `pyproject.toml` file.
4747
We make this choice due to following specifications and recomendations : [PEP 621](https://peps.python.org/pep-0621/), [PEP 517](https://peps.python.org/pep-0517/), and [PEP 660](https://peps.python.org/pep-0660/)
4848

49+
You can also read at these links :
50+
- https://pixi.sh/v0.40.1/reference/pixi_manifest/#pypi-dependencies
51+
- https://pixi.sh/v0.40.1/advanced/pyproject_toml/
4952

53+
::::::::::::::::::::::::::::::::::::: keypoints
54+
55+
- Choose a tool with good support and long term vision.
56+
- Choose a tool suitable for your project.
57+
- Focus on PEP specifications and recomendations.

0 commit comments

Comments
 (0)