-
Is your feature request related to a problem? Please describe.I don't understand what's Describe the solution you'd likeHope have a clear explanation. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Locking is resolving the whole dependencies set again, without using any prior resolution data. |
Beta Was this translation helpful? Give feedback.
-
|
I'll move this to discussions as it's not an issue. |
Beta Was this translation helpful? Give feedback.
-
|
Lock file will be created automatically if not exists when you run With the existence of a lock file, |
Beta Was this translation helpful? Give feedback.
Lock file will be created automatically if not exists when you run
pdm install. You only need to runpdm lockwhen you believe the lock file is corrupted or become unusable due to an upgrade.With the existence of a lock file,
pdm installandpdm syncwill only install versions from it. So if you want the versions to be updated, usepdm update, it can be followed by package names so only selected package versions will be updated.