LoginSignup
3

More than 5 years have passed since last update.

【Mac】Tips:Macにpyqueryインストール【pyquery】

Posted at

pipは導入済み。
lxmlが無いとか言われてインストールできなかった。
以下の手順で完了

$ xcode-select --intall
$ STATIC_DEPS=true sudo pip install lxml
$ sudo pip instal pyquery

以上。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3