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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Install from PyPI:
85
85
86
86
pip install gdax-python-api
87
87
88
-
You can [download the latest version from Github](https://github.com/csko/gdax-python-api/archive/master.zip) and install it manually:
88
+
You can [download the latest release from Github](https://github.com/csko/gdax-python-api/archive/master.zip) and install it manually:
89
89
90
90
python setup.py install
91
91
@@ -95,7 +95,6 @@ You can [download the latest version from Github](https://github.com/csko/gdax-p
95
95
* aiohttp
96
96
* aiofiles
97
97
* bintrees
98
-
* websockets
99
98
100
99
## Acknowledgements
101
100
Parts of this software are based on [GDAX-Python](https://github.com/danpaquin/GDAX-Python) by Daniel Paquin. See also https://github.com/danpaquin/GDAX-Python/blob/master/contributors.txt.
0 commit comments