aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYigit Sever2019-09-20 16:33:52 +0300
committerYigit Sever2019-09-20 16:33:52 +0300
commitf1cd6ac58e4e431e654788b289c65fd49e8c3802 (patch)
tree84400a89031f5689a1ea8e3fc18b917dd03b4f06 /README.md
parent2d854188fdb0ee9bff8927accb5f0d27bc61f005 (diff)
downloadEvaluating-Dictionary-Alignment-f1cd6ac58e4e431e654788b289c65fd49e8c3802.tar.gz
Evaluating-Dictionary-Alignment-f1cd6ac58e4e431e654788b289c65fd49e8c3802.tar.bz2
Evaluating-Dictionary-Alignment-f1cd6ac58e4e431e654788b289c65fd49e8c3802.zip
Clarify requirements.txt
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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
34``` 34```
35 35
36Inside the virtual environment, the python interpreter and the installed packages are isolated. 36Inside the virtual environment, the python interpreter and the installed packages are isolated.
37In order to install all dependencies automatically use the [pip](https://pypi.org/project/pip/) package installer; 37In 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.
38 38
39```bash 39```bash
40# under Evaluating-Dictionary-Alignment
40pip install -r requirements.txt 41pip install -r requirements.txt
41``` 42```
42 43