Python
Dependency¶
Simply add or install the pyaket package in your project as a development dependency1:
Suggestions
- Pin the latest version as in
pyaket==x.y.zfor extra stability - Install with
pyaket[all]groups for cross-compilation
Managed¶
Following the concepts of uv • tools, you can use pyaket independently from a project with:
| 🔴🟡🟢 Command | |
|---|---|
And then run it with:
| 🔴🟡🟢 Command | |
|---|---|
-
Users should not need
pyaketinstalled to run your application, only during development and packaging. ↩