Skip to content

Commit

Permalink
Merge pull request #335 from redivo/master
Browse files Browse the repository at this point in the history
Fix requirements file name on README.md
  • Loading branch information
einarnn committed Dec 15, 2016
2 parents c6b536e + ceb2ff8 commit d75a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It is recommended to install a python distribution like [PythonXY](https://pytho
```
$ git clone https://github.com/CiscoDevNet/ydk-gen.git
$ cd ydk-gen
$ pip install -r requirements
$ pip install -r requirements.txt
```

## Usage
Expand Down

0 comments on commit d75a401

Please sign in to comment.