sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 149 forks source link

Version control #73

Open 1bazinga25 opened 3 years ago

1bazinga25 commented 3 years ago

hi, i noticed a problem when installing python-kucoin by pip, i'm using it in manjaro-linux and need to specify the version.

if you don’t specify the version it downloads the old one and it’s wrong to start the api, it says that the api is an old version.

a simple problem but I find it interesting to warn.

because when new users download directly with ~ $ pip install python-kucoin it will not download the correct version, which in this case is the new api.

felipsoarez commented 3 years ago

thanks for posting my question