@@ -148,13 +148,11 @@ <h1>Python for .NET</h1>
148
148
mailing list information </ a > page. </ p >
149
149
< a name ="#installation "> </ a >
150
150
< h2 > Installation</ h2 >
151
- < p > Python for .NET is available as a source release and as a
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
155
- choose to install .NET-awareness into an existing Python
156
- installation as well as install Python for .NET as a standalone
157
- package.
151
+ < p > Python for .NET is available as a source release on
152
+ < a href ="https://github.com/pythonnet/pythonnet/releases "> GitHub </ a >
153
+ and as a binary wheel distribution for all supported versions of Python
154
+ and the common language runtime from the < a href ="https://pypi.python.org/pypi/pythonnet ">
155
+ Python Package Index </ a > .
158
156
</ p >
159
157
160
158
< p > The source release is a self-contained "private" assembly. Just
@@ -210,7 +208,7 @@ <h2>Importing Modules</h2>
210
208
< em > Note that earlier releases of Python for .NET required you to
211
209
import modules through a special top-level package named < code > CLR</ code > .
212
210
This is no longer required if you are starting python from the
213
- managed python .exe from this distribution.< br >
211
+ managed npython .exe from this distribution.< br >
214
212
< code > CLR</ code > has been deprecated in favor of the more
215
213
pythonic < code > clr</ code > , though the syntax is still supported
216
214
for backward compatibility.
@@ -266,8 +264,7 @@ <h2>Using Classes</h2>
266
264
</ pre >
267
265
< a name ="generics "> </ a >
268
266
< h2 > Using Generics</ h2 >
269
- < p > When running under versions of the .NET runtime greater than
270
- 2.0, you can use generic types. A generic type must be bound to
267
+ < p > Pythonnet also supports generic types. A generic type must be bound to
271
268
create a concrete type before it can be instantiated. Generic
272
269
types support the subscript syntax to create bound types:
273
270
</ p >
0 commit comments