diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-11-01 14:42:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 14:42:38 -0400 |
commit | 5b3283ace62d6ee7f428cadee5517226409fa744 (patch) | |
tree | 18958c78929e794c86322e994f77f9617f91cb1e /python | |
parent | Update JavaScript build dependencies (diff) | |
download | ice-5b3283ace62d6ee7f428cadee5517226409fa744.tar.bz2 ice-5b3283ace62d6ee7f428cadee5517226409fa744.tar.xz ice-5b3283ace62d6ee7f428cadee5517226409fa744.zip |
Updated to Python 3.7
Diffstat (limited to 'python')
-rw-r--r-- | python/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/README.md b/python/README.md index ec196920844..a07dca4cf6c 100644 --- a/python/README.md +++ b/python/README.md @@ -4,7 +4,7 @@ This document describes how to build and install Ice for Python from source. You can also download and install a [binary distribution][1]. * [Building with Pip](#building-with-pip) -* [Building with Visual Studio 2015 and MSBuild (Python 3\.6 for Windows)](#building-with-visual-studio-2015-and-msbuild-python-36-for-windows) +* [Building with Visual Studio 2015 and MSBuild (Python 3\.7 for Windows)](#building-with-visual-studio-2015-and-msbuild-python-37-for-windows) * [Building on Linux or macOS](#building-on-linux-or-macos) * [Configuring your Environment for Python](#configuring-your-environment-for-python) * [Running the Python Tests](#running-the-python-tests) @@ -16,9 +16,9 @@ You can build the Ice for Python extension from source using `pip`: pip install <URL of Ice source distribution for Python> ``` -## Building with Visual Studio 2015 and MSBuild (Python 3.6 for Windows) +## Building with Visual Studio 2015 and MSBuild (Python 3.7 for Windows) -You can build an Ice for Python 3.6 extension that links with the Ice C++ +You can build an Ice for Python 3.7 extension that links with the Ice C++ DLLs using Visual Studio and MSBuild. First, open a Visual Studio 2015 command prompt: @@ -84,7 +84,7 @@ msbuild msbuild\ice.proj /p:Configuration=Release /p:Platform=x64 /p:PythonHome= ## Building on Linux or macOS -Ice for Python supports Python versions 2.6, 2.7, and 3.5. Note however that +Ice for Python supports Python versions 2.7 and 3.7. Note however that your Python installation must have been built with a C++ compiler that is compatible with the compiler used to build Ice for C++. |