freqtrade / ftui

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

Rework repo structure #2

Closed xmatthias closed 5 months ago

xmatthias commented 5 months ago

use pip install build to install the build module, then run python -m build to create a source and wheel distribution (/dist directory).

Please Note that the pyproject.toml will still need some love when it comes to descriptions, tagging, ...

You can also install it locally pip install -e . - and you'll get a new binary freqtrade-ui - which can be used to run ftui.

froggleston commented 5 months ago

Thanks for the great additions - this looks and works great.