aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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