Changes between Version 5 and Version 6 of install

Show
Ignore:
Timestamp:
07/07/10 04:13:45 (3 years ago)
Author:
coissac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install

    v5 v6  
    11= OBITools installation = 
     2 
     3== easy install way == 
     4 
     5OBITools are now available from PYPI so the easiest way to install OBITools on your machine 
     6is to use *easy_install* or *pip* command. 
     7 
     8    {{{ 
     9    sudo easy_install --upgrade obitools 
     10    }}} 
     11 
     12or depending of the python packet manager installed on your computer 
     13 
     14    {{{ 
     15    sudo pip install --upgrade obitools 
     16    }}} 
     17 
     18 
     19To install *OBITools on your computer you need to have C compiler (gcc) already install 
     20 
    221 
    322== Download OBITools == 
    423 
    5 OBITools can be download as a tar file (see attached file below) 
     24OBITools can also be downloaded from the public read only subversion directory 
    625 
    7 or using svn: 
     26by using the svn commad : 
    827 
    928    {{{ 
     
    1130    }}} 
    1231 
    13 == Intallation == 
     32=== Intallation === 
    1433 
    15 To install OBITools you need to have a python distribution on your system. 
     34To install OBITools from previously download sources, you need to have a python distribution on your system. 
    1635 
    17 Python version should be 2.4 to 2.6. OBITools have not be tested with Python 3.0 
     36Python version should be 2.4 to 2.7. OBITools have not be tested with Python 3.0 
    1837 
    1938Go inside the OBITools directory :