Skip to content

Commit 7cc3c56

Browse files
author
Hitoshi Harada
committed
Clarify python 3.5 requirements
1 parent e38de65 commit 7cc3c56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ It allows rapid trading algo development easily, with support for the
55
both REST and streaming interfaces. For details of each API behavior,
66
please see the online API document.
77

8+
Note this module supports only python version 3.5 and above, due to
9+
the async/await keyword use.
10+
811
## Install
912

1013
```bash
11-
$ pip install alpaca-trade-api
14+
$ pip3 install alpaca-trade-api
1215
```
1316

1417
## Example

0 commit comments

Comments
 (0)