@@ -122,9 +122,10 @@ <h1>Python for .NET</h1>
122122 </ ul >
123123 </ td >
124124 < td align ="left " valign ="top ">
125- < p > Python for .NET is a package that gives Python programmers
126- nearly seamless integration with the .NET Common Language Runtime
127- (CLR) and Mono and provides a powerful application scripting tool for .NET
125+ < p > Python for .NET (pythonnet) is a package that gives Python programmers
126+ nearly seamless integration with the .NET 4.0+ Common Language Runtime
127+ (CLR) on Windows and Mono runtime on Linux and OSX.
128+ Python for .NET provides a powerful application scripting tool for .NET
128129 developers. Using this package you can script .NET applications or
129130 build entire applications in Python, using .NET services and
130131 components written in any language that targets the CLR (C#, VB.NET, F#, C++/CLI).
@@ -139,26 +140,27 @@ <h1>Python for .NET</h1>
139140 of the Python language, you should check out the < a href ="http://www.ironpython.com "> IronPython</ a >
140141 project, which is in active development.
141142 </ p >
142- < p > Python for .NET is currently compatible with Python releases 2.7
143- and greater. Current releases are available at the < a href ="http://pythonnet.github.io/ ">
143+ < p > Python for .NET is currently compatible with Python releases 2.7, 3.3, 3.4, and 3.5.
144+ Current releases are available at the < a href ="http://pythonnet.github.io/ ">
144145 Python for .NET website </ a > . To subscribe to the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
145146 Python for .NET mailing list </ a > or read the < a href ="http://mail.python.org/pipermail/pythondotnet/ ">
146147 online archives </ a > of the list, see the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
147148 mailing list information </ a > page. </ p >
148149 < a name ="#installation "> </ a >
149150 < h2 > Installation</ h2 >
150151 < p > Python for .NET is available as a source release and as a
151- Windows installer for various versions of Python and the common
152- language runtime from the < a href ="http://pythonnet.github.io/ ">
153- Python for .NET website </ a > . On Windows platforms, you can
152+ binary wheel distribution for all supported versions of Python
153+ and the common language runtime from the < a href ="http://pythonnet.github.io/ ">
154+ Python for .NET website </ a > . On Windows platforms, you can
154155 choose to install .NET-awareness into an existing Python
155156 installation as well as install Python for .NET as a standalone
156157 package.
157158 </ p >
158159
159160 < p > The source release is a self-contained "private" assembly. Just
160- unzip the package wherever you want it, cd to that directory and
161- run python.exe to start using it. Note that the source release
161+ unzip the package wherever you want it, cd to that directory,
162+ build the solution < strong > python setup.py build_ext --inplace</ strong > ,
163+ and run npython.exe to start using it. Note that the source release
162164 does not include a copy of the CPython runtime, so you will need
163165 to have installed Python on your machine before using the source
164166 release.
0 commit comments