i cant install Binance Futures Python SDK

can you tell me how to install it from github? i found the page (https://github.com/Binance-docs/Binance_Futures_python) but i dont know how to install

as suggested in the readme, please try

python3 setup.py install

can you tell me where do i type that? i always installed using program"anaconda prompt" and using "pip ~ "

this package is not uploaded to pypi yet, need to install from locally.

pip install git+https://github.com/Binance-docs/Binance_Futures_python.git

thank you so much dino, is it hard for you to explain how to install from locally??