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