diff --git a/HISTORY.rst b/HISTORY.rst index b39ab92c..ce866c17 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,9 @@ Release History 0.9.0 (?) --------- +* Download Manager: fixed SHA1 verification within *Cygwin Environment* + (`issue #26 `_) + 0.8.0 (2014-10-19) ------------------ diff --git a/docs/installation.rst b/docs/installation.rst index 7284223c..e0df7b68 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -3,27 +3,35 @@ Installation ============ -*PlatformIO* is written in `Python `_ and works with -versions 2.6 and 2.7 on Unix/Linux, OS X, Windows and Credit-card ARM-based -computers (Raspberry Pi). +*PlatformIO* is written in `Python `_ and works +on *Mac OS X*, *Linux*, *Windows OS* and Credit-card *ARM*-based +computers (*Raspberry Pi*). + +System requirements +------------------- + +* **Operating systems:** + * Mac OS X + * Linux + * Windows +* `Python 2.6 or Python 2.7 `_ All commands below should be executed in `Command-line `_ -application in your *OS*: +application: -* *Unix/Linux/OS X* this is *Terminal* application. +* *Mac OS X / Linux* this is *Terminal* application. * *Windows* this is `Command Prompt `_ (``cmd.exe``) application. -Please *choose one of* the following installation: - +Please *choose one of* the following: Super-Quick (Mac / Linux) ------------------------- To install or upgrade *PlatformIO* paste that at a *Terminal* prompt -(may require administrator access ``sudo``): +(you might need to run ``sudo`` first): .. code-block:: bash @@ -34,9 +42,8 @@ Installer Script (Mac / Linux / Windows) ---------------------------------------- To install or upgrade *PlatformIO*, download -`get-platformio.py `_ script. - -Then run the following (may require administrator access ``sudo``): +`get-platformio.py `_ +script. Then run the following (you might need to run ``sudo`` first): .. code-block:: bash