How to add pip
in the venv for Python 3.12
#5600
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If |
Beta Was this translation helpful? Give feedback.
-
Brew calls |
Beta Was this translation helpful? Give feedback.
If
pip
is needed at runtime (note of course this is very rare), then it can and should be declared as a normal dependency, so inpyproject.toml
'sproject.dependencies
orsetup.py
'sinstall_requires