Changes between Version 6 and Version 7 of jazz/Comet/08-10-30
- Timestamp:
- Oct 30, 2008, 10:37:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Comet/08-10-30
v6 v7 8 8 * 安裝 Orbited 相關套件 9 9 {{{ 10 ~$ sudo apt-get install python 2.5 python-setuptools python-twisted python-simplejson10 ~$ sudo apt-get install python-setuptools python-twisted python-simplejson 11 11 ~$ wget http://pypi.python.org/packages/source/o/orbited/orbited-0.7.0.tar.gz 12 12 ~$ tar zxvf orbited-0.7.0.tar.gz 13 ~$ sudo easy_install orbited-0.7.013 ~$ sudo easy_install-2.5 orbited-0.7.0 14 14 }}} 15 15 * 測試 Orbited 16 16 {{{ 17 ~$ python 18 Python 2.4.4 (#2, Apr 16 2008, 17:58:59) 19 [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 20 Type "help", "copyright", "credits" or "license" for more information. 17 ~$ python2.5 21 18 >>> import orbited 22 19 }}}