From f5e8474296da5d048a34213733acc8a43f7b1395 Mon Sep 17 00:00:00 2001 From: Sarthak Chaure Date: Fri, 19 Jan 2024 01:55:02 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 85153ec..ba1d91b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ The target language is English(en). $ source myenv/bin/activate $ pip install -r Neural-Machine-Translation/requirements.txt ``` + ### For Windows + ```bash +git clone https://github.com/RedHenLab/Neural-Machine-Translation.git +conda create --name myenv python=2.7 +conda activate myenv +pip install -r Neural-Machine-Translation/requirements.txt +``` * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** . ## Data Preparation and Preprocessing