Skip to content

Commit

Permalink
Merge pull request #45 from acteq/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
b4hand authored May 29, 2018
2 parents 1b65c18 + 318855d commit 0353f44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ git submodule update --init --recursive
python setup.py install
```

or
```bash
pip install simhash-py
```
under osx, you should
```bash
export MACOSX_DEPLOYMENT_TARGET = 10.x (10.9,10.10...)
```
first

Benchmark
=========
This is a rough benchmark, but should help to give you an idea of the order of
Expand Down

0 comments on commit 0353f44

Please sign in to comment.