1 Star 0 Fork 0

culapple/flowpilot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
Import('env')
install_dir = "flowpilot.egg-info"
gen_setup_files = [
f'{install_dir}/dependency_links.txt',
f'{install_dir}/entry_points.txt',
f'{install_dir}/PKG-INFO',
f'{install_dir}/SOURCES.txt',
f'{install_dir}/top_level.txt'
]
env.Command(['.env'], ['flowpilot_env.sh'], './flowpilot_env.sh')
env.Command([gen_setup_files], ['setup.py'], 'pip install -e .')
env.Command('.dep_update', ['get_dependencies.sh'], './get_dependencies.sh')
env.Command('.pip_update', ['requirements.txt'], 'pip install -r requirements.txt && touch .pip_update')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/culapple/flowpilot.git
git@gitee.com:culapple/flowpilot.git
culapple
flowpilot
flowpilot
master

搜索帮助