You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv pip should be a drop-in replacement for pip (and much faster)
uv venv can create a python virtualenv faster than python can load. Can specify --prompt and directory name; will pick up .python-version file in the project directory for projects that use that.
The text was updated successfully, but these errors were encountered:
uv pip
should be a drop-in replacement for pip (and much faster)uv venv
can create a python virtualenv faster than python can load. Can specify--prompt
and directory name; will pick up.python-version
file in the project directory for projects that use that.The text was updated successfully, but these errors were encountered: