Expand warning for all OS about obsolate "setuptools"

This commit is contained in:
Ivan Kravets
2015-01-29 14:05:02 +02:00
parent 1ae23085d4
commit d5a7fcf75f

View File

@ -62,7 +62,7 @@ On *Windows OS* it may look like:
C:\Python27\python.exe get-platformio.py
.. warning::
**Mac OS Users**: If you have an error ``pkg_resources.DistributionNotFound`` please
If you have an error ``pkg_resources.DistributionNotFound`` please
upgrade *SetupTools* package: ``$ [sudo] pip uninstall setuptools``
and ``$ [sudo] pip install setuptools``.
Then re-install *PlatformIO*: ``$ [sudo] pip uninstall platformio``