mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-25 21:14:15 +00:00
![]() ## Summary Documentation steps resulted in errors due to single quotes when adding project dependencies: ``` shell >uv add 'httpx>0.1.0' error: Failed to parse: `'httpx` Caused by: Expected package name starting with an alphanumeric character, found `'` 'httpx ^ ``` ``` shell >uv add 'PyQt5; sys_platform == "windows" error: Failed to parse: `'PyQt5;` Caused by: Expected package name starting with an alphanumeric character, found `'` 'PyQt5; ^ ``` ## Testing Steps - Follow new documentation steps Tested on: - [x] Windows |
||
---|---|---|
.. | ||
build.md | ||
config.md | ||
dependencies.md | ||
index.md | ||
init.md | ||
layout.md | ||
run.md | ||
sync.md | ||
workspaces.md |