uv/docs/pip
Tania Allard de74dac6e6
DOC - Fix syntax for local directory installation (#9193)
## 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 
2024-11-18 08:31:01 -05:00
..
compatibility.md Remove all special-casing for local version identifiers (#8818) 2024-11-07 14:29:54 -06:00
compile.md (doc) Fix wrong examples for locking (#7120) 2024-09-06 08:21:54 -05:00
dependencies.md docs: use python to highlight requirements and use more content tabs (#6549) 2024-08-27 06:05:14 -05:00
environments.md chore: Fix typo in docs (#7122) 2024-09-06 12:40:26 +00:00
index.md Add caveat about pip interface name (#5940) 2024-08-08 22:01:08 +00:00
inspection.md Improvements to the documentation (#5718) 2024-08-03 08:41:33 -05:00
packages.md DOC - Fix syntax for local directory installation (#9193) 2024-11-18 08:31:01 -05:00