appium knowledge 01- environment settings

1.Appium-python libraries installed:

Pip-python-client install epochs

2.Appium installation:

1. npm mounting Appium:
Use the command npm first need to install nodejs, node.js official website: https://nodejs.org/  with Windows 10 (64)  , for example, select Windows installer (.msi) 64-bit  version for download  → Double-click the installation
Network disk can also be downloaded:
Link: https: //pan.baidu.com/s/1VIuN-COm9_68AARTzpFf0w 

Extraction code: tmkz

After completing open the Windows  command prompt, run "npm" command, appear under the diagram that is node.js successful installation instructions.

Command line input 

C:\Users\admin>npm install -g appium 
 
2.Appium official website to download exe installation :
After the download is complete, double-click the " appium-Installer.exe " to install. After installation start appium, or at the command line to start appium appium.
ps: 增加appium的环境变量:计算机->属性里面的path增加路径 ① C:\appium\appium\Appium\node_modules\.bin;② C:\appium\appium\Appium

百度网盘下载:

链接:https://pan.baidu.com/s/1c775wocxSkqE55K5U-i-bw 

提取码:kjza

检查是否安装成功,crtl+c结束

 

启动画面如下图:

 

Guess you like

Origin www.cnblogs.com/fppblog/p/11316242.html