diff options
author | Yigit Sever | 2019-09-20 16:43:21 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-20 16:43:21 +0300 |
commit | fd5769e8d67a88ad4997a3111644dd9cd932326d (patch) | |
tree | 88011a92198d2cfc89dac1772ba6ef1c10b65e98 | |
parent | 21722115eb79931d744fc12d1208e6b50c94a4f8 (diff) | |
download | Evaluating-Dictionary-Alignment-fd5769e8d67a88ad4997a3111644dd9cd932326d.tar.gz Evaluating-Dictionary-Alignment-fd5769e8d67a88ad4997a3111644dd9cd932326d.tar.bz2 Evaluating-Dictionary-Alignment-fd5769e8d67a88ad4997a3111644dd9cd932326d.zip |
Clarify readme
-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 | Inside the virtual environment, the python interpreter and the installed packages are isolated. | 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. |
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 |