Skip to content

Commit

Permalink
Updated README to clarify quickstart (#257)
Browse files Browse the repository at this point in the history
* updated README to clarify quickstart corresponds to current version of code

* removed extra note
  • Loading branch information
dcrankshaw authored and Corey-Zumar committed Jul 21, 2017
1 parent 9f396e0 commit 534e420
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ Clipper is a prediction serving system that sits between user-facing application

## Quickstart

**Note: This quickstart works for the latest version of code. For a quickstart that works with the released version of Clipper available on PyPi, go to our [website](http://clipper.ai/overview/quickstart/)**

**Note: This quickstart requires [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/).**
> This quickstart requires [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/).

#### Start a Clipper Instance and Deploy a Model

```
$ pip install clipper_admin
# From the root of the Clipper repo
$ pip install -e .
$ python
>>> from clipper_admin import Clipper
>>> import numpy as np
Expand Down

0 comments on commit 534e420

Please sign in to comment.