@@ -31,19 +31,19 @@ create the virtual environment with it.
31
31
32
32
The following Python version request formats are supported:
33
33
34
- - ` <version> ` e.g. ` 3 ` , ` 3.12 ` , ` 3.12.3 `
35
- - ` <version-specifier> ` e.g. ` >=3.12,<3.13 `
36
- - ` <implementation> ` e.g. ` cpython ` or ` cp `
37
- - ` <implementation>@<version> ` e.g.
` [email protected] `
38
- - ` <implementation><version> ` e.g. ` cpython3.12 ` or ` cp312 `
39
- - ` <implementation><version-specifier> ` e.g. ` cpython>=3.12,<3.13 `
40
- - ` <implementation>-<version>-<os>-<arch>-<libc> ` e.g. ` cpython-3.12.3-macos-aarch64-none `
34
+ - ` <version> ` ( e.g., ` 3 ` , ` 3.12 ` , ` 3.12.3 ` )
35
+ - ` <version-specifier> ` ( e.g., ` >=3.12,<3.13 ` )
36
+ - ` <implementation> ` ( e.g., ` cpython ` or ` cp ` )
37
+ - ` <implementation>@<version> ` ( e.g.
, ` [email protected] ` )
38
+ - ` <implementation><version> ` ( e.g., ` cpython3.12 ` or ` cp312 ` )
39
+ - ` <implementation><version-specifier> ` ( e.g., ` cpython>=3.12,<3.13 ` )
40
+ - ` <implementation>-<version>-<os>-<arch>-<libc> ` ( e.g., ` cpython-3.12.3-macos-aarch64-none ` )
41
41
42
42
Additionally, a specific system Python interpreter can be requested with:
43
43
44
- - ` <executable-path> ` e.g. ` /opt/homebrew/bin/python3 `
45
- - ` <executable-name> ` e.g. ` mypython3 `
46
- - ` <install-dir> ` e.g. ` /some/environment/ `
44
+ - ` <executable-path> ` ( e.g., ` /opt/homebrew/bin/python3 ` )
45
+ - ` <executable-name> ` ( e.g., ` mypython3 ` )
46
+ - ` <install-dir> ` ( e.g., ` /some/environment/ ` )
47
47
48
48
By default, uv will automatically download Python versions if they cannot be found on the system.
49
49
This behavior can be
0 commit comments