Installation

PyPI

The latest release of openbrewerydb can be installed with pip:

$ pip install openbrewerydb

This installs openbrewerydb, along with it’s dependencies.

Development Version

The latest development version of openbrewerydb can be installed directly from GitHub

$ pip install git+https://github.com/jrbourbeau/openbrewerydb-python.git

or you can fork the openbrewerydb-python GitHub repository and install openbrewerydb on your local machine via

$ git clone https://github.com/jrbourbeau/openbrewerydb-python.git
$ pip install openbrewerydb-python

Dependencies

openbrewerydb has the following dependencies:

You can install these dependencies with conda

$ conda install -c conda-forge python=3.6 requests pandas

or with pip

$ pip install requests pandas