mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-02 19:37:43 +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.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();
|
||||
|
||||
Reference in New Issue
Block a user