Skip to content

Commit

Permalink
update REAMDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Oct 24, 2017
1 parent 1d4322e commit c26d05e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,17 @@ The easiest way is to use pip (you'll need [numpy](http://www.numpy.org/)):
$ pip install numpy
$ pip install scikit-surprise

If you use conda (**should** work for Python 2.7, 3.5 and 3.6):

$ conda install -c nicolashug scikit-surprise
If you use conda, you can install the package following [these
guidelines](https://conda.io/docs/user-guide/getting-started.html#installing-a-package-with-pip)
(still using pip).

For the latest version, you can also clone the repo and build the source
(you'll first need [Cython](http://cython.org/) and
[numpy](http://www.numpy.org/)):

$ pip install numpy cython
$ git clone https://github.com/NicolasHug/surprise.git
$ cd surprise
$ python setup.py install

License
Expand Down

0 comments on commit c26d05e

Please sign in to comment.