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.
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.
pipworks so you canpip install lxmlorpip -E$venv install lxmlwhere$venvis the virtualenv where you want lxml to be installed.masklinn - 14th August 2009 14:13 - #
I finally found a recipe that works: http://gist.github.com/167784