起動する / pipを更新する7>d:IronPython3ipy.exeIronPython 3.4.0a1 (3.4.0.0001)[.NETFramework,Version=v4.6 on .NET Framework 4.8.4341.0 (64-bit)] on win32Type "help", "copyright", "credits" or "license" for more information.>>>>d:IronPython3ipy.exe -m pip install -U pipCache entry deserialization failed, entry ignoredCollecting pipDownloading https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab100% |################################| 1.4MB 368kB/sInstalling collected packages: pipFound existing installation: pip 9.0.1Uninstalling pip-9.0.1:Successfully uninstalled pip-9.0.1Successfully installed pip-19.1.1
8.
音声合成 API を使う•IronPython 38>>> import clr>>> clr.AddReference('System.Speech')>>> from System.Speech.Synthesis import SpeechSynthesizer>>> s = SpeechSynthesizer()>>> s.Speak('私は音声合成です')