aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c67ec0e..d0ddc5e 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ python -m venv evaluating
33source ~/.env/evaluating/bin/activate 33source ~/.env/evaluating/bin/activate
34``` 34```
35 35
36Inside the virtual environment, the python interpreter and the installed packages are isolated. 36After 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.
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. 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