Installation

Pypi installation

You can install pyBiblio using the pip command like so:

pip install pybiblio

Github installation

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

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