Explain how to install development version of PlatformIO

This commit is contained in:
Ivan Kravets
2015-02-15 21:25:49 +02:00
parent beab1525a9
commit 9914fc1122

View File

@ -115,3 +115,24 @@ For upgrading the ``platformio`` to new version please use this command:
$ pip install -U platformio
Development Version
-------------------
.. warning::
We don't recommend to use ``develop`` version in production.
1. If you had have already installed PlatformIO, please uninstall it:
.. code-block:: bash
$ pip uninstall platformio
2. Install the latest PlatformIO from the ``develop`` branch:
.. code-block:: bash
$ pip install https://github.com/ivankravets/platformio/archive/develop.zip
If you want to be up-to-date with the latest ``develop`` version of PlatformIO,
then you need to perform step #2 each time if you see the new commits in
`PlatformIO GitHub repository <https://github.com/ivankravets/platformio/commits/develop>`_.