You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ Note this module supports only python version 3.6 and above, due to
18
18
the async/await and websockets module dependency.
19
19
20
20
## Install
21
+
We support python 3.x. If you want to work with python < 3.7 please note that these package dropped support for python <3.7 for the following versions:
22
+
```
23
+
pandas >= 1.2.0
24
+
numpy >= 1.20.0
25
+
scipy >= 1.6.0
26
+
```
27
+
The solution - manually install these package before installing alpaca-trade-api. e.g:
0 commit comments