freqtrade / ftui

FTUI - a terminal-based Freqtrade UI client
MIT License
46 stars 2 forks source link

install freqtrade-ftui failed #3

Closed XinuxC closed 3 months ago

XinuxC commented 3 months ago

when I run command: pip3 install freqtrade-ftui the following error: ERROR: Could not find a version that satisfies the requirement freqtrade-ftui (from versions: none) ERROR: No matching distribution found for freqtrade-ftui

how?

froggleston commented 3 months ago

Yes, there is no pip installable package. Please use the instructions in the readme.

froggleston commented 3 months ago

I've updated the instructions until I've created and released a full package.

froggleston commented 3 months ago

Thanks to @xmatthias (https://pypi.org/project/ftui/) FTUI can now be installed via pip: pip install ftui

XinuxC commented 3 months ago

Thanks to @xmatthias (https://pypi.org/project/ftui/) FTUI can now be installed via pip: pip install ftui

appreciate it