From 71d28e69b124dfaea44c25befc12b43bef1dd671 Mon Sep 17 00:00:00 2001 From: speco29 Date: Thu, 5 Dec 2024 01:02:25 +0530 Subject: [PATCH] Update README.md I am adding some changes in line 63 to help the README to open the file in windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85153ec..4bd2265 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The target language is English(en). ```bash $ git clone https://github.com/RedHenLab/Neural-Machine-Translation.git $ virtualenv myenv - $ source myenv/bin/activate + $ source cd myenv/bin/activate $ pip install -r Neural-Machine-Translation/requirements.txt ``` * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** .