coinbasepro-python
coinbasepro-python copied to clipboard
'pip install cbpro' does not install the same version as 'pip install git+git://github.com/danpaquin/coinbasepro-python.git'
I noticed that running
pip install cbpro
seems to install an older version than installing
pip install git+git://github.com/danpaquin/coinbasepro-python.git
Specifically, the "AuthenticatedClient"'s "get_fees" method is present when installing the latter command but not the former. Both claim to install version 1.1.4.
So how do I install the correct version of cibpro or do i downgrade python
+1
+1
I noticed that running
pip install cbproseems to install an older version than installing
pip install git+git://github.com/danpaquin/coinbasepro-python.gitSpecifically, the "AuthenticatedClient"'s "get_fees" method is present when installing the latter command but not the former. Both claim to install version 1.1.4.