Add documentation for uv add -r (#10926)
Closes https://github.com/astral-sh/uv/issues/10924
This commit is contained in:
@@ -77,6 +77,14 @@ $ uv add "httpx>9999"
|
||||
we can conclude that your project's requirements are unsatisfiable.
|
||||
```
|
||||
|
||||
### Importing dependencies
|
||||
|
||||
Dependencies declared in a `requirements.txt` file can be added to the project with the `-r` option:
|
||||
|
||||
```
|
||||
uv add -r requirements.txt
|
||||
```
|
||||
|
||||
## Removing dependencies
|
||||
|
||||
To remove a dependency:
|
||||
|
||||
Reference in New Issue
Block a user