File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ See :ref:`upgrade-guide-2.6` for help upgrading to the new version.
42
42
43
43
* :ref: `build-setuptools ` is easier thanks to a new
44
44
``pybind11.setup_helpers `` module, which provides utilities to use
45
- setuptools with pybind11, and can be used via PEP 518, ``setup_requires ``,
45
+ setuptools with pybind11. It can be used via PEP 518, ``setup_requires ``,
46
46
or by directly copying ``setup_helpers.py `` into your project.
47
47
48
48
* CMake configuration files are now included in the Python package. Use
@@ -52,6 +52,9 @@ See :ref:`upgrade-guide-2.6` for help upgrading to the new version.
52
52
new ``pybind11[global] `` option, which installs the CMake files and headers
53
53
into your base environment in the standard location.
54
54
55
+ * ``pybind11-config `` is another way to write ``python -m pybind11 `` if you
56
+ have your PATH set up.
57
+
55
58
* Minimum CMake required increased to 3.4.
56
59
`#2338 <https://github.com/pybind/pybind11/pull/2338 >`_ and
57
60
`#2370 <https://github.com/pybind/pybind11/pull/2370 >`_
You can’t perform that action at this time.
0 commit comments