-
Notifications
You must be signed in to change notification settings - Fork 762
Installation
- PyPI:
pip install pythonnet
https://pypi.python.org/pypi/pythonnet
Wheels on Windows are available.
TODO: Manylinux Wheels.
- GitHub installation from master branch:
pip install git+https://github.com/pythonnet/pythonnet
or download the zip archive of master branch and run these commands from unzipped directory:
-
python setup.py bdist_wheel --xplat
remove--xplat
to use Mono on OSX and Linux, or to avoid .NET Core builds on Windows. -
pip install --no-index --find-links=.\dist\ pythonnet
or from pull requests, e.g.:
pip install git+https://github.com/yagweb/pythonnet@add_scope
- Windows binaries from master or pull requests:
https://ci.appveyor.com/project/pythonnet/pythonnet/branch/master
Select job name -> artifacts
- Docker:
https://hub.docker.com/r/pythonnet/pythonnet/tags/
- nuget:
https://www.nuget.org/packages/pythonnet/2.3.0-py27-dotnet https://www.nuget.org/packages/pythonnet/2.3.0-py35-dotnet
https://www.nuget.org/packages/pythonnet_py27_dotnet/ https://www.nuget.org/packages/pythonnet_py35_dotnet/
- WinPython:
- conda (Anaconda):
conda install -c pythonnet pythonnet
pip install -i https://pypi.anaconda.org/pythonnet/simple pythonnet
https://anaconda.org/pythonnet/pythonnet
- chocolatey (only Python 2.7, x86):
choco install pythonnet -pre
https://chocolatey.org/packages/pythonnet
- Unofficial Windows Binaries for Python Extension Packages: