1. JDK
2. SDK
3. The node (. exe file) path variable =c:\program file\nodejs Verify that the installation was successful: Node-v
4, Installation Appium-installer.exe
Run the. exe file
With path variable =c:\program Files (x86) \appium\node_modules\.bin
Verify success: >cmd >appium-doctor result all checkes were successful description successful
5, install Appium in the built-in functions and methods appium-python-client
>CD C:\Users\Administrator\AppData\Local\Programs\Python\Python36\Scripts
>pip Install nose
>pip Install Selenium
>pip Install Appium-python-client
The win system has already installed Python, and easy_install tools, if the system is installed successfully, Easy_install under directory C:\Python27\Scripts
To switch directories to the script folder under the Python installation directory, run Easy_inatall pip
Pip is executed under CMD after successful installation
Before installing PIP, the system will have completed Python and easy_install, and environment variables have been set.
Installation of Appium