mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 03:58:04 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -29,8 +29,8 @@ public class PandasTA : IDisposable
|
|||||||
Installer.InstallPath = Path.GetFullPath(".");
|
Installer.InstallPath = Path.GetFullPath(".");
|
||||||
Installer.SetupPython().Wait();
|
Installer.SetupPython().Wait();
|
||||||
Installer.TryInstallPip();
|
Installer.TryInstallPip();
|
||||||
//Installer.PipInstallModule("pandas-ta");
|
Installer.PipInstallModule("pandas-ta");
|
||||||
Installer.PipInstallModule("git+https://github.com/twopirllc/pandas-ta@development");
|
//Installer.PipInstallModule("git+https://github.com/twopirllc/pandas-ta@development");
|
||||||
|
|
||||||
Runtime.PythonDLL = OStype;
|
Runtime.PythonDLL = OStype;
|
||||||
PythonEngine.Initialize();
|
PythonEngine.Initialize();
|
||||||
|
|||||||
Reference in New Issue
Block a user