Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ included set of test cases.
Compiling the test cases
========================

The commands below are meant to be run from the root of a source checkout
of the pybind11 repository. They compile and run the test suite bundled in
the :file:`tests` directory, which is included in the repository but not in
the pybind11 wheels on PyPI. If you installed pybind11 with ``pip``, start
from a git checkout of the repository instead (see :ref:`installing`).

Linux/macOS
-----------

Expand Down
Loading