Changes between Version 20 and Version 21 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
03/23/12 16:40:40 (13 years ago)
Author:
gsathya
Comment:

add python-dateutil to py packages

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Mac/Developer/Manual

    v20 v21  
    4848You can use [http://peak.telecommunity.com/DevCenter/EasyInstall easy_install] or [http://www.pip-installer.org/ pip] for these installations. Be sure to include the "export" line, otherwise these will fail to install because they build for powerPC by default.
    4949{{{
    50 export ARCHFLAGS="-arch i386 -arch x86_64"
    51 STATIC_DEPS=true sudo easy_install lxml
     50export ARCHFLAGS="-arch i386 -arch x86_64" STATIC_DEPS=true
     51sudo easy_install python-dateutil
     52sudo easy_install lxml
    5253sudo easy_install shapely
    5354sudo easy_install reportlab