conda create -n <new_env> python=3.9 # 指定Python版本 conda activate <new_env>
pip install -r requirements.txt