Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

How do you install lxml on OS X Leopard without using MacPorts or Fink? I’ve asked on Stack Overflow... hope I get a good answer.

Tagged , , , ,

2 comments

  1. FWIW, pip works so you can pip install lxml or pip -E$venv install lxml where $venv is the virtualenv where you want lxml to be installed.

    masklinn - 14th August 2009 14:13 - #

  2. I finally found a recipe that works: http://gist.github.com/167784

    Simon Willison - 14th August 2009 14:33 - #

Comments are closed.
A django site