Appium Python, test environment

1, Appium installation: https: //github.com/appium/appium-desktop/releases

2, install jdk

3, installation node.js: https: //nodejs.org/en/download/ verification: the command window node -v

4, eclipse ADT installed version: https: //codeday.me/bug/20171105/92958.html (or http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip after) download directly extracted

Configuration environment variable:

5, the installation pydev: Open eclipse, help-> install new software-> work with input http://www.pydev.org/update_site/4.5.1-> Enter

6, python configuration environment variable in eclipse: Windows> Perferences> Pydev> Interpreter-Python

7, install pip: https: //pypi.org/project/pip/

 

Guess you like

Origin www.cnblogs.com/lp475177107/p/11115904.html