Skip to content

Commit 8a2a49a

Browse files
authored
Update README.rst
1 parent 989886e commit 8a2a49a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
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 (before 3.0 is released, this is the only supported pythonnet version, thus requires **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

0 commit comments

Comments
 (0)