rye install #1175
Unanswered
asheeshgarg
asked this question in
Q&A
rye install
#1175
Replies: 0 comments
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 build the Python project using rye. One question I have is is there a command like rye install that uses existing lock files. During the release of a project I want to make sure we are using the same dependency as in lock file and not download any thing new based on caret symbols that has specified. Only way I make it work is directly use uv to install the dependency.
Beta Was this translation helpful? Give feedback.
All reactions