Differences between revisions 6 and 7
Deletions are marked like this. | Additions are marked like this. |
Line 18: | Line 18: |
sudo easy_install -UZ lxml | sudo easy_install -UZ lxml==dev |
概要
公式サイト
関連サイト
インストール
Cython は無くても良いが、入れておくと速度的に有利になります。
sudo easy_install -UZ Cython sudo easy_install -UZ lxml==dev
ppc64 のエラーになる場合は
sudo env ARCHFLAGS='-Os -arch i386 -arch x86_64 -arch ppc -fno-common' easy_install -UZ Cython sudo env ARCHFLAGS='-Os -arch i386 -arch x86_64 -arch ppc -fno-common' easy_install -UZ lxml
gcc のエラーになる場合は
sudo env STATIC_DEPS=true easy_install -UZ lxml
設定
利用方法