Python
Dependency¶
Simply add or install the pyaket package in your project as a development dependency1:
After syncing dependencies, simply run pyaket or import it in build scripts!
Suggestions
- Pin the version
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 shouldn't need
pyaketinstalled to run your application, only during development and packaging. ↩