diff --git a/setup.py b/setup.py index 4cdbe20f..3639bd7e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def check_setuptools_features(): except ValueError: exit('Your Python distribution comes with an incompatible version ' 'of `setuptools`. Please run:\n' - ' $ pip install --update setuptools\n' + ' $ pip3 install --upgrade setuptools\n' 'and then run this command again')