Skip to content

Commit 1ddd452

Browse files
committed
2 parents 832611e + eb472fa commit 1ddd452

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ System Requirements
8080
- `.NET Framework <https://dotnet.microsoft.com/download/dotnet-framework>`__ >= 4.6.1 (present in normally updated Windows)
8181
- Linux:
8282
- `Mono <https://www.mono-project.com/download/stable/#download-lin>`__ Common Language Runtime >= 5.2
83-
- `pythonnet <http://pythonnet.github.io>`__ >= 2.5.1
83+
- `pythonnet <http://pythonnet.github.io>`__ 2.5.1 or 2.5.2 (before 3.0 is released, these are the only supported pythonnet versions, thus require **Python <= 3.8**)
8484
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 4.1
8585

8686
What's Included
@@ -133,6 +133,8 @@ If ``mono`` command is not available, or the reported version is < 5.2, visit `M
133133

134134
*pythonnet:*
135135

136+
Note, current pythonnet release supports Python up to 3.8.
137+
136138
The `pythonnet <http://pythonnet.github.io>`__ package is available from `PyPI <https://pypi.org/project/pythonnet>`__, however, some prerequisities are needed. Instuctions below are based on APT, replace ``apt`` with ``yum`` depending on your OS::
137139

138140
apt update
@@ -149,7 +151,7 @@ or in CentOS::
149151
Then, update required packages and install ``pythonnet``::
150152

151153
pip install -U setuptools wheel pycparser
152-
pip install -U pythonnet --egg
154+
pip install -U pythonnet
153155
154156
After successful installation you should be able to do python's import:
155157

0 commit comments

Comments
 (0)