The ``OBITools`` are open source and protected by the CeCILL 2.1 license
(`http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html <http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html>`_). All the sources
can be downloaded from our subversion server
(`http://www.grenoble.prabi.fr/public-svn/OBISofts/OBITools <http://www.grenoble.prabi.fr/public-svn/OBISofts/OBITools>`_). The ``OBITools`` are
deposited on the Python package index (`https://pypi.python.org/pypi/obitools <https://pypi.python.org/pypi/obitools>`_)
and therefore the easiest way to install the ``OBITools`` is to use the python package installers
`pip` (`https://pypi.python.org/pypi/pip <https://pypi.python.org/pypi/pip>`_) that will take in charge the installation of the other
dependencies. If you have not ``pip`` installed on your computer, please visite the
following page: `http://pip.readthedocs.org/en/latest/installing.html <http://pip.readthedocs.org/en/latest/installing.html>`_ . Python 2.7, and a C compiler
have to be installed prior to the ``OBITools``.
Prerequisites
.............
To install and test the ``OBITools``, you need several softwares to be installed on your
To install the ``OBITools``, you need that these softwares are installed on your
system:
* Python 2.7 (installed by default on most ``Unix`` systems, available from
`the Python website <http://www.python.org/>`_)
* Cython (available from the `Cython website <http://http://cython.org/>`_)
* ``gcc`` and ``gmake`` (installed by default on most ``Unix`` systems, available from the
* ``gcc`` (installed by default on most ``Unix`` systems, available from the
GNU sites dedicated to `GCC <https://www.gnu.org/software/gcc/>`_ and
`GMake <https://www.gnu.org/software/make/>`_)
If you want to compile by yourself the ``OBITools``, you will need to install futhermore:
* Cython (available from the `Cython website <http://http://cython.org/>`_)
* any subversion client (a list of clients is avalaible from