anaconda + pycharm + httprunner environment to build

anaconda + pycharm + httprunner environment to build, oh detailed as follows:

  1. Download and install anaconda
  2. Installation pycharm
    • download link:
  3. Configuration python environment
    • Open anaconda prompt, can not find it, you can search directly by the window button,
    • Right where he opened the file folder
    • Then right property, copy target content, copy it from the start cmd.exe:% windir% \ System32 \ cmd.exe "/ K" C: \ Users \ aaa \ Anaconda3 \ Scripts \ activate.bat C: \ Users \ aaa \ Anaconda3
    •  Open pycharm, click file- "settings
    • Select Tools, Terminal, copy the contents of the above, attached to Shell path

    • Select the project interpreter, the right to select just added a nice python.exe

    •  Restart pycharm

    • Configuring httprunner, direct pip install httprunner

 

Guess you like

Origin www.cnblogs.com/GingerLiu/p/11960056.html