mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-13 20:12:03 +00:00
![]() ## Summary This is a minor fix as the command in https://docs.astral.sh/uv/pip/packages/#installing-a-package to install projects in editable mode from local directories results in the following error: ``` error: Failed to parse: `@` Caused by: Expected package name starting with an alphanumeric character, found `@` ``` This PR adds the missing `"` ## Test Plan <!-- How was it tested? --> Using the fixed syntax here does not result in the above error, and packages are correctly installed ✨ |
||
---|---|---|
.. | ||
.overrides | ||
assets | ||
concepts | ||
configuration | ||
getting-started | ||
guides | ||
js | ||
pip | ||
reference | ||
stylesheets | ||
.gitignore | ||
index.md | ||
requirements-insiders.in | ||
requirements-insiders.txt | ||
requirements.in | ||
requirements.txt |