Can I use pip command to install the packages locked in pdm.lock? #3088
Answered
by
frostming
NikelChamp
asked this question in
Q&A
-
When I want to deploy my project, the new environment has no pdm on it. How can I use the pip command to install packages? Using requirements.txt instead? And I think it would take a long time to install pdm If I build a mirror. How would you guys solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
frostming
Aug 9, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NikelChamp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pdm export -o requirements.txt