summaryrefslogtreecommitdiff
path: root/src/python/doc/installation.rst
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-02-12 12:44:51 +0100
committerGitHub <noreply@github.com>2020-02-12 12:44:51 +0100
commitbed30b19e57669c0b8ad385f1124586ed3499a2d (patch)
tree6ddbe2f3015899159818bd6e3003d78dd920d707 /src/python/doc/installation.rst
parentee0f12f1df406c81c6ad860c494eed908021fad9 (diff)
parentd6f3165831d20bf3a91f1ff7e9734a574eaa567a (diff)
Merge pull request #182 from mglisse/ext
Interface to hera's Wasserstein distance
Diffstat (limited to 'src/python/doc/installation.rst')
-rw-r--r--src/python/doc/installation.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 40f3f44b..d459145b 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -14,10 +14,11 @@ Compiling
*********
The library uses c++14 and requires `Boost <https://www.boost.org/>`_ ≥ 1.56.0,
`CMake <https://www.cmake.org/>`_ ≥ 3.1 to generate makefiles,
-`NumPy <http://numpy.org>`_ and `Cython <https://www.cython.org/>`_ to compile
+`NumPy <http://numpy.org>`_, `Cython <https://www.cython.org/>`_ and
+`pybind11 <https://github.com/pybind/pybind11>`_ to compile
the GUDHI Python module.
It is a multi-platform library and compiles on Linux, Mac OSX and Visual
-Studio 2015.
+Studio 2017.
On `Windows <https://wiki.python.org/moin/WindowsCompilers>`_ , only Python
≥ 3.5 are available because of the required Visual Studio version.