Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Miha Kralj
2022-11-14 10:15:45 -08:00
+2 -2
View File
@@ -29,8 +29,8 @@ public class PandasTA : IDisposable
Installer.InstallPath = Path.GetFullPath(".");
Installer.SetupPython().Wait();
Installer.TryInstallPip();
//Installer.PipInstallModule("pandas-ta");
Installer.PipInstallModule("git+https://github.com/twopirllc/pandas-ta@development");
Installer.PipInstallModule("pandas-ta");
//Installer.PipInstallModule("git+https://github.com/twopirllc/pandas-ta@development");
Runtime.PythonDLL = OStype;
PythonEngine.Initialize();