You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,16 +126,6 @@ Check if / which Mono release is present in your system::
126
126
127
127
If ``mono`` command is not available, or the reported version is < 5.2, visit `Mono download page <https://www.mono-project.com/download/stable/#download-lin>`__ and follow instructions related to your Linux distribution. You want to install **mono-complete** package.
128
128
129
-
**Note:** pythonnet 2.4.0 is not compatible with Mono 6.0; install Mono 5.20.1 instead::
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/5.20.1 main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
135
-
136
-
apt update
137
-
apt -y install mono-complete
138
-
139
129
*pythonnet:*
140
130
141
131
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::
@@ -154,7 +144,7 @@ or in CentOS::
154
144
Then, update required packages and install ``pythonnet``::
155
145
156
146
pip install -U setuptools wheel pycparser
157
-
pip install -U pythonnet
147
+
pip install -U pythonnet --egg
158
148
159
149
After successful installation you should be able to do python's import:
0 commit comments