From 540b258332621f34b3b0cb053424563f79402ddc Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 20 Sep 2019 16:24:18 +0300 Subject: Clarify requirements --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b67290c..ac59f0a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ This repository contains the scripts to prepare the resources as well as open source implementations of the methods. Word Mover's Distance and Sinkhorn implementations are extended from [Cross-lingual retrieval with Wasserstein distance](https://github.com/balikasg/WassersteinRetrieval). ## Requirements + +```bash +pip install -r requirements.txt +``` + - Python 3 - nltk ```python @@ -29,7 +34,7 @@ source ~/.env/evaluating/bin/activate ``` Inside the virtual environment, the python interpreter and the installed packages are isolated. -In order to install all dependencies automatically; +In order to install all dependencies automatically use the [pip](https://pypi.org/project/pip/) package installer; ```bash pip install -r requirements.txt -- cgit v1.2.3-70-g09d2