-
Notifications
You must be signed in to change notification settings - Fork 120
Docs: Install steps in docs #757
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
In the docs the installation step with
uv addrequires that a uv project is initialized e.g.,uv init, so maybe for uv we should add the required set of steps so the user has the correct python version, a venv, and initialized project. Instead of the initializing a uv project, they could also douv pip install