Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs/installing: improve the python part
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 31 Jan 2020 11:20:46 +0000 (12:20 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 31 Jan 2020 11:29:52 +0000 (12:29 +0100)
docs/source/Installing_SimGrid.rst

index fec0241..c5bf304 100644 (file)
@@ -432,7 +432,10 @@ and if you get it working, please @ref community_contact "tell us".
 Python-specific instructions
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-Recompiling the Python bindings from the source should be as easy as:
+Once you have the Python development headers installed as well as a
+recent version of the `pybind11 <https://pybind11.readthedocs.io/en/stable/>` 
+module (version at least 2.4), recompiling the Python bindings from
+the source should be as easy as: 
 
 .. code-block:: shell