summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/next_release.md2
-rw-r--r--src/python/doc/installation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 0d4673bd..5a1215df 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -10,7 +10,7 @@ Below is a list of changes made since GUDHI 3.4.0:
- constructs a piecewise-linear approximation of an m-dimensional smooth manifold embedded in R^d using an ambient triangulation.
- [Python installation](link)
- - Python >= 3.5 and cython >= 0.27 are now required for Python typing purpose.
+ - Python >= 3.5 and cython >= 0.27 are now required.
- [Module](link)
- ...
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 6ed53960..e8321fed 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -156,7 +156,7 @@ You shall have something like:
+ Missing modules are: bottleneck;nerve_gic;subsampling;tangential_complex;alpha_complex;euclidean_witness_complex;
euclidean_strong_witness_complex;
-Here, you can see that are requiring CGAL are missing because CGAL is not installed.
+Here, you can see that the modules that need CGAL are missing, because CGAL is not installed.
:code:`persistence_graphical_tools` is installed, but
`its functions <https://gudhi.inria.fr/python/latest/persistence_graphical_tools_ref.html>`_ will produce an error as
matplotlib is not available.