20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
# Conda 环境创建与激活指令
|
|
# 1. 创建名为 cardioenv 的虚拟环境
|
|
# conda create -n cardioenv python=3.10
|
|
# 2. 激活虚拟环境
|
|
# conda activate cardioenv
|
|
|
|
# 项目依赖
|
|
pandas
|
|
openpyxl
|
|
numpy
|
|
scikit-learn
|
|
xgboost
|
|
joblib
|
|
streamlit
|
|
plotly
|
|
Flask
|
|
python-dotenv
|
|
langchain-openai
|
|
dashscope
|
|
requests |