1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-16 17:43:21 +02:00

Fix help message

This commit is contained in:
vrde 2016-05-19 11:30:58 +02:00
parent 248f21d8cd
commit dbbdb2f017
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -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')