From 9a931324c25f4c3509ff7fc36dff344e30f3c634 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 28 Sep 2021 16:27:13 +0200 Subject: [PATCH] get_data_mod: Update pip to pip3 to avoid issues on systems with Python2 still installed. --- litex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/__init__.py b/litex/__init__.py index 5f37b49da..636b7914f 100644 --- a/litex/__init__.py +++ b/litex/__init__.py @@ -16,5 +16,5 @@ pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}. {e} You can install this by running; - pip install git+https://github.com/litex-hub/pythondata-{dt}-{dn}.git + pip3 install git+https://github.com/litex-hub/pythondata-{dt}-{dn}.git """.format(dt=data_type, dn=data_name, e=e))