From b0c4bcce51e4c17660b378c374796d6d300002ed Mon Sep 17 00:00:00 2001 From: tlacombe Date: Mon, 23 Sep 2019 18:16:27 +0200 Subject: updated pot install instructions, including conda --- src/python/gudhi/wasserstein.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3