From dbbdb2f0172800dc96f56f9e6026d6803d18a2d3 Mon Sep 17 00:00:00 2001 From: vrde Date: Thu, 19 May 2016 11:30:58 +0200 Subject: [PATCH] Fix help message --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')