Open mbercx opened 7 months ago
For venv-based environments, we should consider using the --upgrade-deps option:
venv
--upgrade-deps
Upgrade core dependencies: pip setuptools to the latest version in PyPI
see the venv documentation.
For
venv
-based environments, we should consider using the--upgrade-deps
option:see the
venv
documentation.