2015年6月21日 星期日

[Python] How to install python package (BeautifulSoup4)

1. Install python tool for installing python package.
sudo pacman -S python-pip
sudo pacman -S python2-pip (This pip is for python2)

2. Install python package by using pip.
sudo pip install BeautifulSoup4
Reference:
  1. [source code] Python Programming Tutorial - 25 - How to Make a Web Crawler
  2. How to Build a Web Crawler (1/3)
  3. python from scratch

0 意見:

張貼留言