コード例 #1
0
 public static void InstallPip(this IPythonInterpreterFactory factory)
 {
     factory.InstallPipAsync().WaitAndUnwrapExceptions();
 }