From 09c3ceb993d40f7339bbbaf4eae617f95b972708 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 26 Jun 2014 09:31:09 -0400 Subject: [PATCH] Update README.md Add extension to requirements file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5eb98fb..b47cd4be 100644 --- a/README.md +++ b/README.md @@ -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.