mirror of https://github.com/astral-sh/uv
fix typo in readme (#3179)
## Summary When creating #3162 I used a single quote `'` instead of grave accent `` ` ``
This commit is contained in:
parent
5f5e7b574e
commit
0e54cfb019
|
|
@ -502,7 +502,7 @@ uv accepts the following command-line arguments as environment variables:
|
||||||
index URLs, rather than limiting its search to the first index URL that contains the package.
|
index URLs, rather than limiting its search to the first index URL that contains the package.
|
||||||
- `UV_REQUIRE_HASHES`: Equivalent to the `--require-hashes` command-line argument. If set to `true`,
|
- `UV_REQUIRE_HASHES`: Equivalent to the `--require-hashes` command-line argument. If set to `true`,
|
||||||
uv will require that all dependencies have a hash specified in the requirements file.
|
uv will require that all dependencies have a hash specified in the requirements file.
|
||||||
- 'UV_CONSTRAINT': Equivalent to the `--constraint` command-line argument. If set, uv will use this
|
- `UV_CONSTRAINT`: Equivalent to the `--constraint` command-line argument. If set, uv will use this
|
||||||
file as the constraints file. Uses space-separated list of files.
|
file as the constraints file. Uses space-separated list of files.
|
||||||
|
|
||||||
In each case, the corresponding command-line argument takes precedence over an environment variable.
|
In each case, the corresponding command-line argument takes precedence over an environment variable.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue