diff --git a/README.rst b/README.rst index 31522103..71e5c345 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ settings for most popular `Embedded Boards `_. * Configurable `build -flags/-options `_ * Automatic **firmware uploading** * Integration with `development environments (IDE) `_ -* Ready for **cloud compilers** +* Ready for **Cloud Compiling** and **Continuous Integration** * Pre-built tool chains, frameworks for the popular `Hardware Platforms `_ .. image:: https://raw.githubusercontent.com/ivankravets/platformio-web/develop/app/images/platformio-embedded-development.png diff --git a/docs/ide.rst b/docs/ide.rst index b7d76fa7..a7dd0afc 100644 --- a/docs/ide.rst +++ b/docs/ide.rst @@ -39,9 +39,11 @@ VIM Recommended bundles: * Syntax highlight - `Arduino-syntax-file `_ -* Code Completion - `YouCompleteMe `_ +* Code Completion - `YouCompleteMe `_ (see configuration example by **Anthony Ford** `PlatformIO/YouCompleteMe Integration `_) * Syntax checking - `Syntastic `_ + + Put to the project directory ``Makefile`` wrapper with contents: .. code-block:: make diff --git a/scripts/get-platformio.py b/scripts/get-platformio.py index 16c7cd1d..47d34bc7 100644 --- a/scripts/get-platformio.py +++ b/scripts/get-platformio.py @@ -99,7 +99,7 @@ def main(): ("Fixing Windows %PATH% Environment", fix_winpython_pathenv, []), ("Installing Python Package Manager", install_pip, []), ("Installing PlatformIO and dependencies", install_pypi_packages, [ - [["platformio"], [ + [["setuptools"], ["platformio"], [ "--egg", "http://sourceforge.net/projects/scons/files/latest/download" ]]