From 99cab1bbfeee20b570f38e6a34ac7b75d8b4b54b Mon Sep 17 00:00:00 2001 From: veb7vmehra <54025812+veb7vmehra@users.noreply.github.com> Date: Fri, 10 Jan 2020 22:25:41 +0530 Subject: [PATCH] Closes #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc7e3f5..51ed118 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 + $ myenv\Scripts\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** .