Installation ============ Install ------- The package installs like most other Python packages. The most convenient is to use Pypi with `pip` or `easy_install`. .. code-block:: sh pip install ngs_plumbing #or easy_install ngs_plumbing The package can also be dowloaded manually from Pypi_ and once uncompressed: .. _Pypi: http://pypi.python.org/pypi/ngs_plumbing/ .. code-block:: sh python setup.py install After installing, testing that everything is looking fine is generally a good idea. Unit tests can be run easily with: .. code-block:: sh python -m ngs_plumbing.tests Bug reports and development --------------------------- The code repository is on bitbucket: https://bitbucket.org/lgautier/ngs_plumbing Changes ------- Changes across the different versions are reported in the `changelog` file (see :ref:`changelog-label`).