pybind documentation (update) (#563)

* document pybind11 update and included in package

* updatng doc for pybind11
This commit is contained in:
Dhanya Thattil
2022-10-27 10:50:00 +02:00
committed by GitHub
parent 4f21ad5122
commit 4230517e69
2 changed files with 37 additions and 14 deletions

View File

@ -17,6 +17,22 @@ environments.
.. warning ::
If you use conda avoid also installing packages with pip.
---------------------
PYBIND11
---------------------
**v7.0.0 of slsDetectorPackage:**
#. It is packaged into libs (pybind)
#. No longer a submodule of the slsDetectorPackage
**Older than v7.0.0:**
#. Submodule in libs (pybind11)
#. Switching between versions will require an update of the submodule as well using:
.. code-block:: bash
git submodule update --init #from the main slsDetectorPackage folder
---------------------
PYTHONPATH