Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ The target language is English(en).
```bash
$ git clone https://github.com/RedHenLab/Neural-Machine-Translation.git
$ virtualenv myenv
$ source myenv/bin/activate
$ Windows (Command Prompt):
$ C:\> myenv\Scripts\activate
$ Windows (PowerShell):
$ PS C:\> myenv\Scripts\Activate.ps1
$ pip install -r Neural-Machine-Translation/requirements.txt
```
* **Note** that the virtual environment(myenv) created using virtualenv command mentioned above, should be of **Python2** .
Expand Down