diff options
author | Yigit Sever | 2019-09-20 16:33:52 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-20 16:33:52 +0300 |
commit | f1cd6ac58e4e431e654788b289c65fd49e8c3802 (patch) | |
tree | 84400a89031f5689a1ea8e3fc18b917dd03b4f06 /README.md | |
parent | 2d854188fdb0ee9bff8927accb5f0d27bc61f005 (diff) | |
download | Evaluating-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,9 +34,10 @@ source ~/.env/evaluating/bin/activate | |||
34 | ``` | 34 | ``` |
35 | 35 | ||
36 | Inside the virtual environment, the python interpreter and the installed packages are isolated. | 36 | Inside the virtual environment, the python interpreter and the installed packages are isolated. |
37 | In order to install all dependencies automatically use the [pip](https://pypi.org/project/pip/) package installer; | 37 | 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. |
38 | 38 | ||
39 | ```bash | 39 | ```bash |
40 | # under Evaluating-Dictionary-Alignment | ||
40 | pip install -r requirements.txt | 41 | pip install -r requirements.txt |
41 | ``` | 42 | ``` |
42 | 43 | ||