Skip to content

Commit 13ec5e3

Browse files
authored
Update README.rst
1 parent 8a2a49a commit 13ec5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 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 (before 3.0 is released, this is the only supported pythonnet version, thus requires **Python <= 3.8**)
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 requires **Python <= 3.8**)
8484
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 4.1
8585

8686
What's Included
@@ -151,7 +151,7 @@ or in CentOS::
151151
Then, update required packages and install ``pythonnet``::
152152

153153
pip install -U setuptools wheel pycparser
154-
pip install -U pythonnet --egg
154+
pip install -U pythonnet
155155
156156
After successful installation you should be able to do python's import:
157157

0 commit comments

Comments
 (0)