From 8c8515638fb4fac717e12d9f0d2df0c61e392e0e Mon Sep 17 00:00:00 2001 From: sambhavnoobcoder <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:31:10 +0530 Subject: [PATCH 1/4] modified readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 85153ec..61b717b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ The target language is English(en). $ source myenv/bin/activate $ pip install -r Neural-Machine-Translation/requirements.txt ``` + +*in case you are a windows user , you could use the following line instead of ```$ source myenv/bin/activate``` + +```cd myenv/bin/ +activate``` + * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** . ## Data Preparation and Preprocessing From f9edf8b4c879a4cda6121af184c7714970f6beb7 Mon Sep 17 00:00:00 2001 From: sambhavnoobcoder <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:33:52 +0530 Subject: [PATCH 2/4] made changes to readme wrt formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b717b..8c89237 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,10 @@ The target language is English(en). *in case you are a windows user , you could use the following line instead of ```$ source myenv/bin/activate``` -```cd myenv/bin/ -activate``` +```bash +cd myenv/bin +activate +``` * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** . From 4dcd8d101dc8b734a6eac9cacdb00520ab4f5938 Mon Sep 17 00:00:00 2001 From: sambhavnoobcoder <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:35:05 +0530 Subject: [PATCH 3/4] changed formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c89237..497b5fd 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The target language is English(en). $ pip install -r Neural-Machine-Translation/requirements.txt ``` -*in case you are a windows user , you could use the following line instead of ```$ source myenv/bin/activate``` +* In case you are a windows user , you could use the following line instead of ```$ source myenv/bin/activate``` ```bash cd myenv/bin From 516e1a479e7afff6e9de9b9a4b0f06e7d154f40e Mon Sep 17 00:00:00 2001 From: sambhavnoobcoder <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:35:05 +0530 Subject: [PATCH 4/4] changed formatting