HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
680 stars 332 forks source link

Add pip installation #61

Closed EUA closed 3 years ago

EUA commented 4 years ago

Library need to install via pip command easily.

shuangbi commented 3 years ago

already supported pip install with requirements.txt

EUA commented 3 years ago

Really? What is the name of the pip package? Users can't guess pip package name. Why it doesn't write anywhere? You have to indicate it at read.me file.

Frefreak commented 3 years ago

pypi package should be supported. Python devs expect SDK like this can be installed just using pip install <package_name>. From the docs I assume users are expected to clone this repo and run a pip install there?

Leggerla commented 2 years ago

This issue is not solved

ton77v commented 1 year ago

It seems there's still no pip package.. ?