File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ and let pip download know where to find them using ``--find-links``.
52
52
To determine the appropriate values for ``--python-version `` and ``--platform ``, you can query the target system using the following commands:
53
53
54
54
- For the Python version, use :func: `sysconfig.get_python_version() <sysconfig.get_python_version> `.
55
- - For the platform, use :func: `packaging.tags.sys_tags () <packaging.tags.sys_tags > `.
55
+ - For the platform, use :func: `packaging.tags.platform_tags () <packaging.tags.platform_tags > `.
56
56
57
57
Refer to the official Python documentation for more details:
58
58
- `sysconfig.get_python_version() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_python_version >`_
59
- - `packaging.tags.sys_tags () <https://packaging.pypa.io/en/latest/tags.html >`_
59
+ - `packaging.tags.platform_tags () <https://packaging.pypa.io/en/latest/tags.html#packaging.tags.platform_tags >`_
60
60
61
61
Options
62
62
=======
You can’t perform that action at this time.
0 commit comments