Configure your computer's Appium environment:
Install node. js, go to the node. JS official website to download MSI format installation files, download and install
1) Download and install the node. JS Http://nodejs.org/dist/v0.10.35/node-v0.10.35-x86.msi
2) Add node. js's installation path (that is, the directory where the Node.exe file resides) to the environment variable path
· Install Appium. node. JS installation succeeds after opening the command line, enter the NPM install–g appium command to install Appium, after the installation is complete, enter appium-doctor verify the operating environment of Appium in the command line
Import Appium package in Python
1, open cmd
2. Find the installation directory for Python-script-pip.exe
3,cmd directory to the PIP directory
4, enter pip install Appium-python-client
Automatic installation
Python Import Appium Package method