Commit 4b781b87 by pybind11_abseil authors Committed by Copybara-Service

Add clarification on installing for downstream projects.

PiperOrigin-RevId: 558257360
parent 9a3d867b
......@@ -77,7 +77,8 @@ FetchContent_MakeAvailable(pybind11 abseil-cpp pybind11_abseil)
To install the package so that it is accessible from system Python, run cmake
with the flag `-DCMAKE_INSTALL_PYDIR` set to a directory on your PYTHONPATH and
subsequently run `make install`.
subsequently run `make install`. This also works on projects that include
pybind11_abseil via FetchContent.
## absl::Duration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment