hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
162 stars 98 forks source link

First install instructions are outdated? #145

Closed caudurodev closed 2 weeks ago

caudurodev commented 2 weeks ago

Describe the bug

Sorry, first time using the project and tried running the instructions from the Readme and they appear outdated? Make file does not have env_create and requirements.txt is missing dependencies?

Maybe I've overlooked a critical step? Or are the instructions outdated?

I was successfull in running via the dockerfile though with a few issues.

Streamlit hasher is now in a different location: from streamlit_authenticator.utilities.hasher import Hasher

Steps to reproduce bug

  1. Follow readme
  2. Get stuck on first steps
  3. No profit!
david-hummingbot commented 2 weeks ago

The dashboard is currently under a huge refactor, for now the recommended install method is using Fede's repo - https://github.com/cardosofede/hummingbot-deploy

caudurodev commented 2 weeks ago

Thanks tried that and it kind of worked. Is there a way to add the gateway to the dashboard? I would like to trade in osmosis dex but can only see CEX options...