coinbasepro-python icon indicating copy to clipboard operation
coinbasepro-python copied to clipboard

Stale release on pypi

Open rpease opened this issue 5 years ago • 2 comments

The latest release that can be installed via pip is from September 5th 2018.

rpease avatar Jan 03 '21 22:01 rpease

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

siennathesane avatar Jan 09 '21 07:01 siennathesane

@mxplusb yes but these won't be stable going forward. It's better if there is a stable release on pypi.

prashant-falconx avatar Feb 11 '21 08:02 prashant-falconx