speedyrazor
speedyrazor

Reputation: 3235

Install lxml on mac 10.8.3

I have a bulk standard Mac 10.8.3 install, which is using: Python 2.7.2 (default, Oct 11 2012, 20:14:37) [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin.

How do I go about installing lxml, what are the exact procedures, as I have tried loads of suggestion on here, but can't seem to get it installed. Whats the correct way using a bulk standard OSX 10.8.3?

Kind regards.

Upvotes: 1

Views: 1710

Answers (1)

speedyrazor
speedyrazor

Reputation: 3235

I figured it out. Install the xcode command line tools from here http://osxdaily.com/2012/07/06/install-gcc-without-xcode-in-mac-os-x/. Then open terminal and type sudo pip install lxml. Hope this helps.

Upvotes: 2

Related Questions