documentation about installation and python getting started (#582)

* updated installation documention, added Python find virtual env flag
This commit is contained in:
Dhanya Thattil
2022-11-23 12:04:45 +01:00
committed by GitHub
parent 911b2f678f
commit cd270160d8
3 changed files with 125 additions and 78 deletions

View File

@ -160,7 +160,7 @@ When handling callbacks, the control should be returned as soon as possible, to
**Example**
* `main cpp file <https://github.com/slsdetectorgroup/api-examples/blob/master/e4-receiver_callbacks.cpp>`_
* `cmake file <https://github.com/slsdetectorgroup/api-examples/blob/master/CMakeLists.txt>`_.
* how to install the slsDetectorPackage is provided :ref:`here <build from source using cmake>`.
* how to install the slsDetectorPackage with cmake is provided :ref:`here <build from source using cmake>`.
* compile the example **e4-rxr** by:
.. code-block:: bash