mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-22 00:47:22 +08:00
4 lines
146 B
Bash
4 lines
146 B
Bash
CURRENT_DIR=$(pwd)
|
|
echo "***** Current directory: $CURRENT_DIR *****"
|
|
export PYTHONPATH="${CURRENT_DIR}:$PYTHONPATH"
|
|
streamlit run ./webui/Main.py |