summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2019-09-23 18:16:27 +0200
committertlacombe <lacombe1993@gmail.com>2019-09-23 18:16:27 +0200
commitb0c4bcce51e4c17660b378c374796d6d300002ed (patch)
treec41823e11db8b8ba8cc56386fe3e6c9e8b74bdd6
parent3c98951fd157fe750f7df5b29258a19d4d314c1e (diff)
updated pot install instructions, including conda
-rw-r--r--src/python/gudhi/wasserstein.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/wasserstein.py b/src/python/gudhi/wasserstein.py
index db42cc08..ae5f75a5 100644
--- a/src/python/gudhi/wasserstein.py
+++ b/src/python/gudhi/wasserstein.py
@@ -3,7 +3,7 @@ import scipy.spatial.distance as sc
try:
import ot
except ImportError:
- print("POT (Python Optimal Transport) package is not installed. Try to run $ pip install POT")
+ print("POT (Python Optimal Transport) package is not installed. Try to run $ conda install -c conda-forge pot ; or $ pip install POT")
""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.