Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope authored Dec 22, 2016
1 parent 6f39014 commit 6239b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ word2vec-api
Simple web service providing a word embedding API. The methods are based on Gensim Word2Vec implementation. Models are passed as parameters and must be in the Word2Vec text or binary format.
* Install Depenencies
```
pip2 install -r requirements
pip2 install -r requirements.txt
```

* Launching the service
Expand Down

0 comments on commit 6239b2c

Please sign in to comment.