File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,12 @@ 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 ::
50
51
52
+ To determine the appropriate values for ``--python-version `` and ``--platform ``, you can query the target system using the following commands:
53
+
54
+ - For the Python version, use :func: `sysconfig.get_python_version() <sysconfig.get_python_version> `.
55
+ - For the platform, use :func: `packaging.tags.platform_tags() <packaging.tags.platform_tags> `.
51
56
52
57
Options
53
58
=======
Original file line number Diff line number Diff line change 78
78
intersphinx_mapping = {
79
79
"python" : ("https://docs.python.org/3" , None ),
80
80
"pypug" : ("https://packaging.python.org" , None ),
81
+ "packaging" : ("https://packaging.pypa.io/en/stable/" , None ),
81
82
}
82
83
83
84
# -- Options for towncrier_draft extension --------------------------------------------
You can’t perform that action at this time.
0 commit comments