Skip to content

Commit 5aa7e79

Browse files
Add pyproject.toml section with PEP references
Added section on pyproject.toml and its specifications.
1 parent d0e4702 commit 5aa7e79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

episodes/2_why_pixi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ Key features include:
4242

4343
Pixi allows you to define dependencies for specific operating systems (e.g. Windows, macOS, Linux) or for distinct environments such as development, testing, and production. This makes it easier to tailor the project configuration to match the context in which the software is being deployed or developed.
4444

45+
## pyproject.toml
46+
For this demo, we will mainly focus on `pyproject.toml` file.
47+
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/)
48+
4549

0 commit comments

Comments
 (0)