Changes between Version 6 and Version 7 of jazz/Comet/08-10-30


Ignore:
Timestamp:
Oct 30, 2008, 10:37:04 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Comet/08-10-30

    v6 v7  
    88 * 安裝 Orbited 相關套件
    99{{{
    10 ~$ sudo apt-get install python2.5 python-setuptools python-twisted python-simplejson
     10~$ sudo apt-get install python-setuptools python-twisted python-simplejson
    1111~$ wget http://pypi.python.org/packages/source/o/orbited/orbited-0.7.0.tar.gz
    1212~$ tar zxvf orbited-0.7.0.tar.gz
    13 ~$ sudo easy_install orbited-0.7.0
     13~$ sudo easy_install-2.5 orbited-0.7.0
    1414}}}
    1515 * 測試 Orbited
    1616{{{
    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
    2118>>> import orbited
    2219}}}