1 Star 0 Fork 13

陈春江/MoneyPrinterPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.sh 285 Bytes
一键复制 编辑 原始数据 按行查看 历史
wayne 提交于 2024-07-04 00:26 . 添加自动安装和自动运行脚本
#!/usr/bin/env bash
# Directory of the script
SCRIPT_DIR="$(cd -- $(dirname -- "$0") && pwd)"
DIR="$(PWD)"
if [ -d "$SCRIPT_DIR/venv" ]; then
source "$SCRIPT_DIR/venv/bin/activate" || exit 1
else
echo "venv folder does not exist. Not activating..."
fi
streamlit run gui.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chen-chunjiang/MoneyPrinterPlus.git
git@gitee.com:chen-chunjiang/MoneyPrinterPlus.git
chen-chunjiang
MoneyPrinterPlus
MoneyPrinterPlus
main

搜索帮助