+1
-1
@@ -31,7 +31,7 @@ This release includes preliminary support for the `pylock.toml` file format, as
|
||||
As of this release, `pylock.toml` is supported in the following commands:
|
||||
|
||||
- To export a `uv.lock` to the `pylock.toml` format, run: `uv export -o pylock.toml`
|
||||
- To generate a `pylock.toml` file from a set of requirements, run: `uv pip compile -o pylock.toml -r requirements.in`
|
||||
- To generate a `pylock.toml` file from a set of requirements, run: `uv pip compile -o pylock.toml requirements.in`
|
||||
- To install from a `pylock.toml` file, run: `uv pip sync pylock.toml` or `uv pip install -r pylock.toml`
|
||||
|
||||
### Enhancements
|
||||
|
||||
Reference in New Issue
Block a user