= OBITools installation = == easy install way == OBITools are now available from PYPI so the easiest way to install OBITools on your machine is to use *easy_install* or *pip* command. {{{ sudo easy_install --upgrade obitools }}} or depending of the python packet manager installed on your computer {{{ sudo pip install --upgrade obitools }}} To install *OBITools on your computer you need to have C compiler (gcc) already install == Download OBITools == OBITools can also be downloaded from the public read only subversion directory by using the svn commad : {{{ svn co http://www.grenoble.prabi.fr/public-svn/OBISofts/OBITools/trunk OBITools }}} === Intallation === To install OBITools from previously download sources, you need to have a python distribution on your system. Python version should be 2.4 to 2.7. OBITools have not be tested with Python 3.0 Go inside the OBITools directory : {{{ cd OBITools }}} and install the package {{{ python setup.py build sudo python setup.py install }}}