From f1cd6ac58e4e431e654788b289c65fd49e8c3802 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 20 Sep 2019 16:33:52 +0300 Subject: Clarify requirements.txt --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8acf541..4479ddd 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ 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 use the [pip](https://pypi.org/project/pip/) package installer; +In order to install all dependencies automatically use the [pip](https://pypi.org/project/pip/) package installer using `requirements.txt`, which resides under the repository directory. ```bash +# under Evaluating-Dictionary-Alignment pip install -r requirements.txt ``` -- cgit v1.2.3-70-g09d2