From 4b928706950a2757574fc66c8ad3a3f74eaae6ce Mon Sep 17 00:00:00 2001 From: kasturi2903 <144836497+kasturi2903@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:28:42 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 85153ec..aebc460 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,15 @@ The target language is English(en). $ source myenv/bin/activate $ pip install -r Neural-Machine-Translation/requirements.txt ``` + * The following commands were used to install dependencies for the project in the windows: + ```bash + $ git clone https://github.com/RedHenLab/Neural-Machine-Translation.git + $ cd Neural-Machine-Translation + $ myenv\Scripts\activate + $ .\myenv\Scripts\Activate + $ pip install -r requirements.txt + ``` + * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** . ## Data Preparation and Preprocessing