コード例 #1
0
 string Pip(string command) => ProgramInstaller.RunProcess(pythonDir + "/Scripts/pip.exe", command);
コード例 #2
0
 string ConfigElevated(string command) => ProgramInstaller.RunElevatedProcess(PathFinder.GetPythonPathfromPath().Executable, path + " " + command + " -q");
コード例 #3
0
 public string Solve()
 {
     return(ProgramInstaller.Install(url));
 }