How to install?
===============

Requirements
------------

* python **2.7** or later
* python **3.2** or later

Package manager
---------------

* [Archlinux](https://aur.archlinux.org/packages/python-bibtexparser/)

PyPI
----

`See Pypi <http://pypi.python.org/pypi/bibtexparser/>`_

To install with pip:

.. code-block:: sh

    pip install bibtexparser


Manual installation
-------------------

`Download <http://source.sciunto.org/bibtexparser/>`_ the archive.

.. code-block:: sh

    python setup.py install --root=/usr/local/bin


