Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
fix pip references
Browse files Browse the repository at this point in the history
  • Loading branch information
teleprint-me committed Feb 25, 2022
1 parent 7da3ec4 commit 5a9f077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01-Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you think your API Key is compromised in any way, then you should delete it a
We can now install the coinbase-pro library.

```sh
$ pip install --user git+https://github.com/teleprint-me/coinbase-pro.git
$ pip install git+https://github.com/teleprint-me/coinbase-pro.git
```

We can run a pip command to see if it shows up once it's installed.
Expand All @@ -102,7 +102,7 @@ We can run a pip command to see if it shows up once it's installed.
$ pip list --format=columns
Package Version
------------ -------
coinbase-pro 2.2.1
coinbase-pro 2.4.3
pip 21.3.1
setuptools 60.1.0
wheel 0.37.1
Expand Down

0 comments on commit 5a9f077

Please sign in to comment.