From 822957a6f2a6c2d07c4877bfa4084c7da4218c8d Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 14 Mar 2016 12:30:23 +0000 Subject: [PATCH] Further clarified download instructions and where to copy binary extensions. --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 140df0e8..ffd559ae 100644 --- a/README.rst +++ b/README.rst @@ -68,9 +68,10 @@ The steps are: * Download the code from https://github.com/gprMax/gprMax - * Click on *Releases* from the top header and choose the release you want (latest is at the top). - * Download zip files of the *source code* and *binary extensions* for your platform, ``windows-32bit`` for 32-bit or ``windows-64bit`` for 64-bit versions of Microsoft Windows, ``linux-64bit`` for 64-bit versions of Linux, or ``macosx-64bit`` for 64-bit versions of Mac OS X. - * Expand both zip files and copy the contents of the ``windows-32bit``, ``windows-64bit``, ``linux-64bit`` or ``macosx-64bit`` directory into the ``gprMax-v.X.Y.Z/gprMax`` directory. + * Click on **Releases** from the top header and choose the release you want (latest is at the top). + * Download zip files of the **source code** and **binary extensions** for your platform (``windows-32bit`` for 32-bit or ``windows-64bit`` for 64-bit versions of Microsoft Windows, ``linux-64bit`` for 64-bit versions of Linux, or ``macosx-64bit`` for 64-bit versions of Mac OS X). + * Expand both zip files. + * Copy the contents (binary extensions) from the ``windows-32bit``, ``windows-64bit``, ``linux-64bit`` or ``macosx-64bit`` directory into the ``gprMax-v.X.Y.Z/gprMax`` directory. 2. Install Python and required Python packages ----------------------------------------------