File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,15 @@ constrained download requirement. If some of your dependencies are not
47
47
available as binaries, you can build them manually for your target platform
48
48
and let pip download know where to find them using ``--find-links ``.
49
49
50
+ .. note ::
51
+ To determine the appropriate values for ``--python-version `` and ``--platform ``, you can query the target system using the following commands:
50
52
53
+ - For the Python version, use :func: `sysconfig.get_python_version() <sysconfig.get_python_version> `.
54
+ - For the platform, use :func: `sysconfig.get_platform() <sysconfig.get_platform> `.
55
+
56
+ Refer to the official Python documentation for more details:
57
+ - `sysconfig.get_python_version() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_python_version >`_
58
+ - `sysconfig.get_platform() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_platform >`_
51
59
52
60
Options
53
61
=======
You can’t perform that action at this time.
0 commit comments