add instruction

This commit is contained in:
rapcmia
2023-07-04 16:21:36 +08:00
committed by GitHub
parent 1bd429e782
commit d408a31354

View File

@@ -75,6 +75,9 @@ streamlit run main.py
```bash
# replace `/path/to/hummingbot` with the actual path
ln -s /path/to/hummingbot/data data
# if you need to remove the symlink
unlink data
```
For more info about Streamlit installation, see the instructions located at https://docs.streamlit.io/library/get-started/installation.