在yml中包含requirements.txt文件

时间:2018-08-14 12:48:03

标签: python-3.x yaml virtualenv conda

在conda中使用.yml文件定义venv时,是否可以在其中包含Requirements.txt文件?通常在设置和激活环境后,将使用“ pip install -r Requirements.txt”安装在.txt文件中指定的软件包。是否可以在.yml文件中包含此过程?

env.yml file: 

name: my_venv channels: - defaults dependencies: - certifi=2018.8.13=py36_0 - pip=10.0.1=py36_0 - python=3.6.6=hea74fb7_0 - setuptools=40.0.0=py36_0 - vc=14.1=h0510ff6_3 - vs2015_runtime=15.5.2=3 - wheel=0.31.1=py36_0 - wincertstore=0.2=py36h7fe50ca_0 - pip: -r Requirements.txt prefix: C:\Anaconda3\envs\my_venv

0 个答案:

没有答案