get_data_mod: Update pip to pip3 to avoid issues on systems with Python2 still installed.

This commit is contained in:
Florent Kermarrec 2021-09-28 16:27:13 +02:00
parent a5b3ab1bc9
commit 9a931324c2
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
{e} {e}
You can install this by running; 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)) """.format(dt=data_type, dn=data_name, e=e))