Python
Dependency
Simply add or install the pyaket package in your project as a development dependency1:
1 | |
1 | |
1 | |
1 | |
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 | |
|---|---|
1 2 3 4 5 | |
And then run it with:
| 🔴🟡🟢 Command | |
|---|---|
1 | |
-
Users shouldn't need
pyaketinstalled to run your application, only during development and packaging. ↩