稳定版本
IronPython 2 的最新稳定版本是 IronPython 2.7.12,它与 Python 2.7 兼容。
IronPython 3 的最新稳定版本是 IronPython 3.4.1,它与 Python 3.4 兼容。
NuGet 包
IronPython 也可作为 NuGet 包获得。标准库是一个单独的包。如果您将 IronPython 嵌入到另一个程序中,这是推荐的方式。
Install-Package IronPython Install-Package IronPython.StdLib