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