穩定版

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
    

前提條件

IronPython 是一種跨平台程式語言,因此前提條件會依據用途而有所不同。

對於跨平台的解決方案,我們支援 .NET Core、.NET 和 Mono 執行時期。 對於僅 Windows 的解決方案,建議的執行時期為 .NET Framework。