Isi-tp-fin 在本地运行项目 创建虚拟环境 python3 -m venv venv 激活虚拟环境 source venv/bin/activate 安装依赖 pip install -r requirements.txt