【YOLOv7-Environment Construction②】Conda creates a virtual environment

Note: The PyCharm required to be installed here is version 3.7

Download link:

Source: (blogger) Tang San.

Link: https://pan.baidu.com/s/1y6s_EScOqvraFcx7iPSy1g 
Extraction code: m1oa

create:

  • Activate the virtual environment: enter activate
  • Create a virtual environment: enter conda create -n py37 python=3.7

  •  In the middle of creating:

 Just enter y , which means: yes!

  • After the creation is complete, the following content appears:

  •  To determine whether the creation is successful, enter the following:

Guess you like

Origin blog.csdn.net/qq_59942266/article/details/128346630