summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-06-19 16:20:35 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-06-19 16:20:35 +0200
commita56cbe5426f6958d0faabd82ba2a689abbee43e8 (patch)
tree912c5e26c124d846c1d8f0faa655ac9f0cc9a347 /python
parentPut back server.pem (diff)
downloadice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.bz2
ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.xz
ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.zip
BuildInstruction fixes
- Hard-wrapped lines to 80 cols - Added OSX instruction for Ruby
Diffstat (limited to 'python')
-rw-r--r--python/BuildInstructionsLinuxOSX.md6
-rw-r--r--python/BuildInstructionsWindows.md18
2 files changed, 12 insertions, 12 deletions
diff --git a/python/BuildInstructionsLinuxOSX.md b/python/BuildInstructionsLinuxOSX.md
index a0037167967..584c9566119 100644
--- a/python/BuildInstructionsLinuxOSX.md
+++ b/python/BuildInstructionsLinuxOSX.md
@@ -8,9 +8,9 @@ for the supported platforms.
### Operating Systems and Compilers
-Ice for Python is expected to build and run properly on OS X and any recent Linux
-distribution for x86 and x86_64, and was extensively tested using the operating
-systems and compiler versions listed for our [supported platforms][2].
+Ice for Python is expected to build and run properly on OS X and any recent
+Linux distribution for x86 and x86_64, and was extensively tested using the
+operating systems and compiler versions listed for our [supported platforms][2].
### Python Versions
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md
index 317876e6be9..5b7dca0c1fd 100644
--- a/python/BuildInstructionsWindows.md
+++ b/python/BuildInstructionsWindows.md
@@ -1,22 +1,22 @@
# Building Ice for Python on Windows
-This document describes how to build and install Ice for Python from source code on
-Windows. If you prefer, you can also download [binary distributions][1] for the
-supported platforms.
+This document describes how to build and install Ice for Python from source code
+on Windows. If you prefer, you can also download [binary distributions][1] for
+the supported platforms.
## Python Build Requirements
### Operating Systems and Compilers
-Ice for Python is expected to build and run properly on Windows and was extensively
-tested using the operating systems and compiler versions listed for our [supported
-platforms][2].
+Ice for Python is expected to build and run properly on Windows and was
+extensively tested using the operating systems and compiler versions listed for
+our [supported platforms][2].
### Python Versions
-Ice for Python supports Python versions 2.6, 2.7, 3.3 or 3.4. Note however that your
-Python installation must have been built with a C++ compiler that is compatible with
-the one used to build Ice for C++.
+Ice for Python supports Python versions 2.6, 2.7, 3.3 or 3.4. Note however that
+your Python installation must have been built with a C++ compiler that is
+compatible with the one used to build Ice for C++.
### Ice Development Kit