- Notifications
You must be signed in to change notification settings - Fork748
Installation
Benedikt Reinartz edited this pageApr 3, 2023 ·33 revisions
pip install pythonnet
Seehttps://pypi.python.org/pypi/pythonnet. Platform-independent precompiled wheels are available.
pip install git+https://github.com/pythonnet/pythonnet
We do not provide support for forks of Python.NET. The official NuGet package is available at:
https://www.nuget.org/packages/pythonnet/
conda install -c conda-forge pythonnet
To install for development, check out the directory and run
pip install -e .