Changes between Version 20 and Version 21 of InstallationGuidelines/Mac/Developer/Manual
- Timestamp:
- 03/23/12 16:40:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer/Manual
v20 v21 48 48 You 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. 49 49 {{{ 50 export ARCHFLAGS="-arch i386 -arch x86_64" 51 STATIC_DEPS=true sudo easy_install lxml 50 export ARCHFLAGS="-arch i386 -arch x86_64" STATIC_DEPS=true 51 sudo easy_install python-dateutil 52 sudo easy_install lxml 52 53 sudo easy_install shapely 53 54 sudo easy_install reportlab