Update README.md

Add extension to requirements file.
This commit is contained in:
Vladimir Diaz 2014-06-26 09:31:09 -04:00
parent ae5c1d56df
commit 09c3ceb993

View file

@ -123,7 +123,7 @@ $ apt-get install libffi-dev
Installation of minimal, optional, development, and testing requirements can then be accomplished with one command:
```Bash
$ pip install -r dev-requirements
$ pip install -r dev-requirements.txt
```
The Update Framework's unit tests can be executed by invoking [tox](https://testrun.org/tox/). All supported Python versions are tested, but must already be installed locally.