coinbasepro-python
coinbasepro-python copied to clipboard
Stale release on pypi
The latest release that can be installed via pip is from September 5th 2018.
If you want something more recent, you can always do something like this:
# most recent commit
python -m pip install git+https://github.com/danpaquin/coinbasepro-python.git@5658b2212b0fe39dde18b792f34aeaf81dda6640
# track master
python -m pip install git+https://github.com/danpaquin/coinbasepro-python.git@master
Ref: https://pip.pypa.io/en/stable/reference/pip_install/#git
@mxplusb yes but these won't be stable going forward. It's better if there is a stable release on pypi.