diff --git a/README.md b/README.md index 85153ec..497b5fd 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ The target language is English(en). $ source myenv/bin/activate $ pip install -r Neural-Machine-Translation/requirements.txt ``` + +* In case you are a windows user , you could use the following line instead of ```$ source myenv/bin/activate``` + +```bash +cd myenv/bin +activate +``` + * **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** . ## Data Preparation and Preprocessing