Skip to content

Commit 7bc065f

Browse files
authored
Update README.md
1 parent b6346ff commit 7bc065f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,13 @@ if __name__ == "__main__":
7676
```
7777

7878
## Installation
79+
Install from PyPI:
7980

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
8386

8487
## Requirements
8588

@@ -90,4 +93,4 @@ if __name__ == "__main__":
9093
* websockets
9194

9295
## 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

Comments
 (0)