Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

10.17. mechanize

http://wwwsearch.sourceforge.net/mechanize/

Ubuntu

$ sudo apt-get install python-mechanize
	

Pip

$ sudo pip install mechanize	
	

Python 3

git clone https://github.com/adevore/mechanize.git	
cd mechanize/
git checkout python3