Lines Matching refs:pybind11
6 There are several ways to get the pybind11 source, which lives at
7 `pybind/pybind11 on GitHub <https://github.com/pybind/pybind11>`_. The pybind11
9 or conda-forge, for obtaining pybind11.
16 When you are working on a project in Git, you can use the pybind11 repository
21 git submodule add -b stable ../../pybind/pybind11 extern/pybind11
26 instead of the relative URL ``../../pybind/pybind11`` above. Some other servers
29 From here, you can now include ``extern/pybind11/include``, or you can use
30 the various integration tools (see :ref:`compiling`) pybind11 provides directly
41 pip install pybind11
43 This will provide pybind11 in a standard Python package format. If you want
44 pybind11 available directly in your environment root, you can use:
48 pip install "pybind11[global]"
51 will add files to ``/usr/local/include/pybind11`` and
52 ``/usr/local/share/cmake/pybind11``, so unless that is what you want, it is
59 You can use pybind11 with conda packaging via `conda-forge
60 <https://github.com/conda-forge/pybind11-feedstock>`_:
64 conda install -c conda-forge pybind11
69 You can download and install pybind11 using the Microsoft `vcpkg
78 vcpkg install pybind11
80 The pybind11 port in vcpkg is kept up to date by Microsoft team members and
89 `pybind11 package
90 <https://github.com/Homebrew/homebrew-core/blob/master/Formula/pybind11.rb>`_.
95 brew install pybind11
103 Other locations you can find pybind11 are `listed here
104 <https://repology.org/project/python:pybind11/versions>`_; these are maintained