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