chaoyu1999 / FPSAutomaticAiming

基于yolov5的FPS游戏AI。
Apache License 2.0
470 stars 134 forks source link

About how to configure the environment #17

Open kekaiko opened 2 years ago

kekaiko commented 2 years ago

when i input "conda env create -f yolo.yaml",it responses to "EnvironmentFileNotFound".Would you please guide me how to configure the environment rightly

chaoyu1999 commented 2 years ago

I guess you need to do the following: 1. Create a yolo.yaml file and copy the environment configuration I provided into it; 2. Import yolo.yaml using an absolute path, such as D://yolo.yaml(我猜你需要如下操作:1.创建yolo.yaml文件,并将我提供的环境配置复制到里面;2.使用绝对路径导入yolo.yaml,比如D://yolo.yaml)