diff options
author | Yiğit Sever | 2019-09-20 16:43:52 +0300 |
---|---|---|
committer | GitHub | 2019-09-20 16:43:52 +0300 |
commit | 1608af7608c427332e2f6af27368df4b7dffde88 (patch) | |
tree | 95bea38463603fdc668b244c2a4ce3086d7b75d2 | |
parent | fd5769e8d67a88ad4997a3111644dd9cd932326d (diff) | |
download | Evaluating-Dictionary-Alignment-1608af7608c427332e2f6af27368df4b7dffde88.tar.gz Evaluating-Dictionary-Alignment-1608af7608c427332e2f6af27368df4b7dffde88.tar.bz2 Evaluating-Dictionary-Alignment-1608af7608c427332e2f6af27368df4b7dffde88.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ python -m venv evaluating | |||
33 | source ~/.env/evaluating/bin/activate | 33 | source ~/.env/evaluating/bin/activate |
34 | ``` | 34 | ``` |
35 | 35 | ||
36 | After the virtual environment is activated, the python interpreter and the installed packages are isolated. In order for our code to work, the correct environment has to be sources/activated. | 36 | After the virtual environment is activated, the python interpreter and the installed packages are isolated. In order for our code to work, the correct environment has to be sourced/activated. |
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. | 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 |