From d26d416db66671e5d8b29826d663251fb1801281 Mon Sep 17 00:00:00 2001 From: mridultuteja Date: Wed, 27 Feb 2019 12:07:58 +0530 Subject: [PATCH] updated README.md to activate virtualenv in windows --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dc7e3f5..a481d17 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ The target language is English(en). $ source myenv/bin/activate $ pip install -r Neural-Machine-Translation/requirements.txt ``` +* The Following command wiill activate the virtual environment in Windows + ```bash + $ pip install virtualenv + $ virtualenv myenv + $ \path\to\env\Scripts\activate + + ``` + + + * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** . ## Data Preparation and Preprocessing