OS:WIN7 64-bit flagship edition
1. Install NODEJS2. Add node's installation directory to path 3. Use NPM install–g appium or npm--registry http://registry.cnpmjs.org install-g appium ( Recommend this, NPM's domestic mirror) (installation process requires the installation of C + + environment, if not installed, there will be a red reminder, the installation environment depends on the. NET Framework sdk,visual Studio) (after the installation is complete, Appium boot has been added to path) 4. Check the Appium environment, the appium-doctor appears as proof that all the environments are configured 5. In the cmd window, run Appium and formally enter Appium 6. Install Webdriver Environment Install selenium, use pip install selenium-i Http://pypi.douban.com/simple (use domestic address) 7. Installing Appium-python-client
Use: Pip install appium-python-client when all is done later, the Appium environment is well equipped, and the rest is the scripting problem.
Installation of Appium