Skip to content

Commit

Permalink
Expand warning for all OS about obsolate "setuptools"
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jan 29, 2015
1 parent 1ae2308 commit d5a7fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit d5a7fcf

Please sign in to comment.