Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mitdbg/modeldb
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTangos committed Feb 28, 2017
2 parents a50110c + 431496e commit dea7604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting_started/scikit_learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ git clone https://github.com/mitdbg/modeldb
```

## 2. Install dependencies
We assume that you have Python and scikit-learn installed.
We assume that you have Python, [pip](https://pip.pypa.io/en/stable/installing/), and [scikit-learn](http://scikit-learn.org/stable/install.html) installed.

On OSX, we assume that you have [homebrew](https://brew.sh/) installed.

**Versions**: ModelDB currently requires **Thrift 0.9.3 or 0.10.0**, **Python 2.7**, and **scikit-learn 0.17**.

Expand Down Expand Up @@ -60,6 +62,7 @@ cd ..

# build scikit-learn client library
cd path_to_modeldb/client/python
pip install -r requirements.txt
./build_client.sh

# start the frontend
Expand Down

0 comments on commit dea7604

Please sign in to comment.