summaryrefslogtreecommitdiff
path: root/src/python/doc/installation.rst
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-25 10:02:26 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-25 10:02:26 +0200
commit690277af77068b7ab390cbce4e6989f1556c443d (patch)
tree622a97cb9b2b5e3097a7d3947b6cf9c5c663f762 /src/python/doc/installation.rst
parent2268124c398fdfb83547bec4f9d704dffdd0f673 (diff)
parent8cbeb21d32701e7ae848062116cae91833667900 (diff)
Merge branch 'master' into dockerfile_for_gudhi_3.0.0
Diffstat (limited to 'src/python/doc/installation.rst')
-rw-r--r--src/python/doc/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 5a6ad9f4..77d9e8b3 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -12,7 +12,7 @@ The easiest way to install the Python version of GUDHI is using
Compiling
*********
-The library uses c++11 and requires `Boost <https://www.boost.org/>`_ ≥ 1.56.0,
+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
the GUDHI Python module.