You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! I would like to use the internal crates here in PyApp. As far as I understand, the only functionality that I require would be:
creating virtual environments using a specific path to a Python binary
installing packages like uv pip install ... (users are allowed to pass extra flags so must be CLI)
I'm assuming the first one wouldn't be too challenging but the latter might require shipping the actual CLI/everything. How would I go about this, or even should I at this time?
The text was updated successfully, but these errors were encountered:
Hello there! I would like to use the internal crates here in PyApp. As far as I understand, the only functionality that I require would be:
uv pip install ...
(users are allowed to pass extra flags so must be CLI)I'm assuming the first one wouldn't be too challenging but the latter might require shipping the actual CLI/everything. How would I go about this, or even should I at this time?
The text was updated successfully, but these errors were encountered: