Skip to content

Commit b515010

Browse files
committed
docs: updates from @ktbarrett
1 parent 1759ea3 commit b515010

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See :ref:`upgrade-guide-2.6` for help upgrading to the new version.
4242

4343
* :ref:`build-setuptools` is easier thanks to a new
4444
``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``,
4646
or by directly copying ``setup_helpers.py`` into your project.
4747

4848
* 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.
5252
new ``pybind11[global]`` option, which installs the CMake files and headers
5353
into your base environment in the standard location.
5454

55+
* ``pybind11-config`` is another way to write ``python -m pybind11`` if you
56+
have your PATH set up.
57+
5558
* Minimum CMake required increased to 3.4.
5659
`#2338 <https://github.com/pybind/pybind11/pull/2338>`_ and
5760
`#2370 <https://github.com/pybind/pybind11/pull/2370>`_

0 commit comments

Comments
 (0)