2016年7月24日 星期日

[Python][Package]Selenium installation

If you already installed the pip, you can use terminator to install Selenium.
01. Open terminator
02. Enter the following command
pip install selenium


If you do not install pip, please refer to the following site to install.
[Python][Mac]pip installtion


[Python][Mac]pip installtion

The pip is very common package to install any package as you know.
And this is first step to learn python.


01. Open Terminator
02.Enter the following command
"sudo easy_install pip"
03.Enter the user's password
 
04.Finished


2016年7月20日 星期三

[Python][Windows]Python 2.7.12 installtion