Changes between Version 22 and Version 23 of InstallationGuidelines/Mac/Developer/Manual
- Timestamp:
- 03/28/12 00:49:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer/Manual
v22 v23 43 43 '''!MacPorts install (recommended)''' 44 44 {{{ 45 sudo port install py27-lxml py27-shapely py27-reportlab py27-xlrd py27-xlwt py-serial py27-tweepy py27-dateutil 45 sudo port install py27-lxml py27-shapely py27-reportlab py27-xlrd py27-xlwt py-serial py27-tweepy py27-dateutil py27-pil 46 46 }}} 47 47 '''!EasyInstall''' … … 57 57 sudo easy_install pyserial 58 58 sudo easy_install tweepy 59 sudo easy_install pil 59 60 }}} 60 61