Changes between Version 5 and Version 6 of install
- Timestamp:
- 07/07/10 04:13:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v5 v6 1 1 = OBITools installation = 2 3 == easy install way == 4 5 OBITools are now available from PYPI so the easiest way to install OBITools on your machine 6 is to use *easy_install* or *pip* command. 7 8 {{{ 9 sudo easy_install --upgrade obitools 10 }}} 11 12 or depending of the python packet manager installed on your computer 13 14 {{{ 15 sudo pip install --upgrade obitools 16 }}} 17 18 19 To install *OBITools on your computer you need to have C compiler (gcc) already install 20 2 21 3 22 == Download OBITools == 4 23 5 OBITools can be download as a tar file (see attached file below)24 OBITools can also be downloaded from the public read only subversion directory 6 25 7 or using svn:26 by using the svn commad : 8 27 9 28 {{{ … … 11 30 }}} 12 31 13 == Intallation==32 === Intallation === 14 33 15 To install OBITools you need to have a python distribution on your system.34 To install OBITools from previously download sources, you need to have a python distribution on your system. 16 35 17 Python version should be 2.4 to 2. 6. OBITools have not be tested with Python 3.036 Python version should be 2.4 to 2.7. OBITools have not be tested with Python 3.0 18 37 19 38 Go inside the OBITools directory :


