diff --git a/README.md b/README.md index 902798b..76365a0 100644 --- a/README.md +++ b/README.md @@ -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