Skip to content
Benedikt Reinartz edited this page Apr 3, 2023 · 33 revisions

PyPI

pip install pythonnet

See https://pypi.python.org/pypi/pythonnet. Platform-independent precompiled wheels are available.

From source

pip install git+https://github.com/pythonnet/pythonnet

NuGet

We do not provide support for forks of Python.NET. The official NuGet package is available at:

https://www.nuget.org/packages/pythonnet/

conda (Anaconda)

conda install -c conda-forge pythonnet

Development

To install for development, check out the directory and run

pip install -e .