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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,13 @@ if __name__ == "__main__":
76
76
```
77
77
78
78
## Installation
79
+
Install from PyPI:
79
80
80
-
- pip install gdax-python-api
81
-
- git clone
82
-
- download, setup.py
81
+
pip install gdax-python-api
82
+
83
+
You can [download the latest version from Github](https://github.com/csko/gdax-python-api/archive/master.zip) and install it manually:
84
+
85
+
python setup.py install
83
86
84
87
## Requirements
85
88
@@ -90,4 +93,4 @@ if __name__ == "__main__":
90
93
* websockets
91
94
92
95
## Acknowledgements
93
-
Parts of this software are based on [GDAX-Python](https://github.com/danpaquin/GDAX-Python) by Daniel Paquin.
96
+
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