Skip to content

Commit e89b5a7

Browse files
author
denfromufa
authored
Update readme.html
mono info about symbolic link and specific python version is outdated
1 parent 30eccd8 commit e89b5a7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

readme.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h1>Python for .NET</h1>
139139
of the Python language, you should check out the <a href="http://www.ironpython.com">IronPython</a>
140140
project, which is in active development.
141141
</p>
142-
<p> Python for .NET is currently compatible with Python releases 2.6
142+
<p> Python for .NET is currently compatible with Python releases 2.7
143143
and greater. Current releases are available at the <a href="http://pythonnet.github.io/">
144144
Python for .NET website </a>. To subscribe to the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
145145
Python for .NET mailing list </a> or read the <a href="http://mail.python.org/pipermail/pythondotnet/">
@@ -168,15 +168,6 @@ <h2>Installation</h2>
168168
though the Mono runtime is less supported so there still may be
169169
problems.
170170
</p>
171-
<p> Note that if you are running under Mono on a *nix system, you
172-
will need to have a compatible version of Python installed. You
173-
will also need to create a symbolic link to the copy of
174-
libpython[v].x.so (in your existing Python installation) in the
175-
PythonNet directory. This is needed to ensure that the mono
176-
interop dll loader will find it by name. For example:
177-
</p>
178-
<pre> ln -s /usr/lib/libpython2.4.so ./python24.so
179-
</pre>
180171
<a name="getting_started"></a>
181172
<h2>Getting Started</h2>
182173
<p> A key goal for this project has been that Python for .NET should

0 commit comments

Comments
 (0)