From f1cd6ac58e4e431e654788b289c65fd49e8c3802 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 20 Sep 2019 16:33:52 +0300 Subject: Clarify requirements.txt --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ``` Inside the virtual environment, the python interpreter and the installed packages are isolated. -In order to install all dependencies automatically use the [pip](https://pypi.org/project/pip/) package installer; +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. ```bash +# under Evaluating-Dictionary-Alignment pip install -r requirements.txt ``` -- cgit v1.2.3-70-g09d2 From 96aee00b1a2b2edf4fc58b911050c7d21ec5912a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 20 Sep 2019 16:39:33 +0300 Subject: Clarify readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4479ddd..68b250f 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,7 @@ In order to install all dependencies automatically use the [pip](https://pypi.or pip install -r requirements.txt ``` -After done with the environment run; - -```bash -deactivate -``` +Rest of this README assumes that you are on the repository root directory.

-- cgit v1.2.3-70-g09d2 From 21722115eb79931d744fc12d1208e6b50c94a4f8 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 20 Sep 2019 16:40:35 +0300 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b250f..c67ec0e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ In order to install all dependencies automatically use the [pip](https://pypi.or pip install -r requirements.txt ``` -Rest of this README assumes that you are on the repository root directory. +Rest of this README assumes that you are in the repository root directory.

-- cgit v1.2.3-70-g09d2 From fd5769e8d67a88ad4997a3111644dd9cd932326d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 20 Sep 2019 16:43:21 +0300 Subject: Clarify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 source ~/.env/evaluating/bin/activate ``` -Inside the virtual environment, the python interpreter and the installed packages are isolated. +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. 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. ```bash -- cgit v1.2.3-70-g09d2 From 1608af7608c427332e2f6af27368df4b7dffde88 Mon Sep 17 00:00:00 2001 From: Yiğit Sever Date: Fri, 20 Sep 2019 16:43:52 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ddc5e..2360df4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ python -m venv evaluating source ~/.env/evaluating/bin/activate ``` -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. +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. 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. ```bash -- cgit v1.2.3-70-g09d2