Skip to content

Commit f2aaf5f

Browse files
committed
Added pip install ...
1 parent b3e88a7 commit f2aaf5f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# tradezero-api
22

33
### Non-official TradeZero API
4+
5+
6+
---
7+
[![PyPi](https://img.shields.io/badge/PyPi-0.3.0-yellow)](https://pypi.org/project/tradezero-api/)
8+
[![Downloads](https://pepy.tech/badge/tradezero-api)](https://pepy.tech/project/tradezero-api)
9+
[![Downloads](https://pepy.tech/badge/tradezero-api/month)](https://pepy.tech/project/tradezero-api)
10+
11+
You can get the package directly from [PyPI](https://pypi.org/project/tradezero-api/)
12+
```
13+
pip install tradezero-api
14+
```
15+
---
16+
17+
418
<br />
519
This connection is obtained by logging onto TZ's ZeroFree web platform with Selenium, and therefore the window must always remain open for the driver to interact with the elements.<br />
620
The following guide will show you how to get started using the TradeZero API, and how to use some of the most common methods, if you still want to learn more check out the docs, good luck!<br /><br />

0 commit comments

Comments
 (0)