@@ -122,9 +122,10 @@ <h1>Python for .NET</h1>
122
122
</ ul >
123
123
</ td >
124
124
< 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
128
129
developers. Using this package you can script .NET applications or
129
130
build entire applications in Python, using .NET services and
130
131
components written in any language that targets the CLR (C#, VB.NET, F#, C++/CLI).
@@ -139,26 +140,27 @@ <h1>Python for .NET</h1>
139
140
of the Python language, you should check out the < a href ="http://www.ironpython.com "> IronPython</ a >
140
141
project, which is in active development.
141
142
</ 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/ ">
144
145
Python for .NET website </ a > . To subscribe to the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
145
146
Python for .NET mailing list </ a > or read the < a href ="http://mail.python.org/pipermail/pythondotnet/ ">
146
147
online archives </ a > of the list, see the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
147
148
mailing list information </ a > page. </ p >
148
149
< a name ="#installation "> </ a >
149
150
< h2 > Installation</ h2 >
150
151
< 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
154
155
choose to install .NET-awareness into an existing Python
155
156
installation as well as install Python for .NET as a standalone
156
157
package.
157
158
</ p >
158
159
159
160
< 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
162
164
does not include a copy of the CPython runtime, so you will need
163
165
to have installed Python on your machine before using the source
164
166
release.
0 commit comments