首先创建特定的虚拟环境

conda create -n temp_test python=3.5
conda install anaconda

切换到该环境

conda activate temp_test

切换到requirement.txt的目录

conda install --yes --file requirements.txt

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-11-02
  • 2021-06-10
  • 2021-06-29
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 1970-01-01
  • 2022-12-23
  • 2021-05-03
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案