Replies: 1 comment 2 replies
-
|
Not sure if its related, some of the cad platforms are adding support for .bundles. I’ve been toying with PyRx-Redistributable. Imagine having a base project for each platform, that IT departments can use to distribute throughout their companies. I already added PYPIP command though. Probably should be a new project if there's a conflict |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a package manager for Pyrx that helps users manage dependencies and conflicts. I think this should be a separate project. I imagine it would be a single global environment with all dependencies.
The extension package should be a standard Python package with a
pyproject.tomlfile and minimal configuration.Adding the package would be done by installing the package.
I plan to use
poetryas a backend for package management (mainly becausepoetrycan uninstall unnecessary dependencies after the package is uninstalled).Any suggestions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions