Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.15 KB

README.rst

File metadata and controls

53 lines (34 loc) · 1.15 KB

Yhat Python Client

This is the connection to the Yhat API. If you'd like to read more, visit our docs.

Table of Contents:

Installation

Using pip:

$ pip install --upgrade yhat

From source:

$ git clone [email protected]:yhat/yhat-client.git
$ cd yhat-client
$ python setup.py install

You can download the example here , or clone the git repo.

$ git clone [email protected]:yhat/yhat-examples.git
$ cd beer-recommender

Insert your APIKEY and USERNAME and run the script.

$ python recommender.py
Deploy? (y/N): y
# {"status": "success"}

Analytics