Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Boytsov authored and GitHub committed Feb 2, 2018
1 parent 2edf3c0 commit 45d57c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions python_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ ids, distances = index.knnQuery(data[0], k=10)
neighbours = index.knnQueryBatch(data, k=10, num_threads=4)
```

#### Additional documentation

[Even more detailed documentation is also available](https://searchivarius.github.io/nmslib/) (thanks to Ben Frederickson).

#### Installing with Extras

To enable extra methods like those provided by FALCONN and LSHKIT you need to follow an extra couple steps.
Expand Down Expand Up @@ -72,6 +76,3 @@ cd python_bindings
pip install -r requirements.txt
python setup.py install
```
#### Additional documentation

[More detailed documentation is also available](https://searchivarius.github.io/nmslib/) (thanks to Ben Frederickson).

0 comments on commit 45d57c8

Please sign in to comment.