Installation
==============

Pypi installation
^^^^^^^^^^^^^^^^^

You can install pyBiblio using the pip command like so:

.. code-block::

	pip install pybiblio
	
Github installation
^^^^^^^^^^^^^^^^^^^

In Linux, you can easily download all files from our Github repository using:

.. code-block::

	git clone https://github.com/romerogroup/pyBiblio.git
	
Dependencies
^^^^^^^^^^^^

PyBiblio is supported by Python 3.x. Please install the following dependencies prior to installing pyBiblio:

* Pandas
* Numpy
* re
* nltk
* setuptools