環境
$ uname -a CYGWIN_NT-6.1 ********-** 2.6.0(0.304/5/3) 2016-08-31 14:32 x86_64 Cygwin
setuptools をインストールする
- Cygwin Installation の setup-x86_64.exe をダウンロードする。
- setup-x86_64.exe を実行し、setuptools を追加インストールする。
- pip3 をインストールする
$ easy_install pip3
確認する
$ python3 --version Python 3.4.5 $ easy_install-3.4 --version setuptools 15.2
パッケージをインストールする
$ pip3 install beautifulsoup4 Collecting beautifulsoup4 Downloading beautifulsoup4-4.5.1-py3-none-any.whl (83kB) 100% |...| 92kB 1.2MB/s Installing collected packages: beautifulsoup4 Successfully installed beautifulsoup4-4.5.1