diff options
| author | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-12-12 12:25:15 -0500 |
|---|---|---|
| committer | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-12-12 12:25:15 -0500 |
| commit | b68661c90414249d2d575cc435d9b6fa7babcd8d (patch) | |
| tree | f50e22218363fb196a72b71de4095d36c2e63963 /docs | |
| parent | ea2db3c607f949ecf83f44d63d454a89cf9dcb41 (diff) | |
| download | httpretty-b68661c90414249d2d575cc435d9b6fa7babcd8d.tar.gz | |
removing requirements.pip, requirements now reside solely in requirements.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index e4ed3ae..efad32b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -12,7 +12,7 @@ mkvirtualenv --distribute --no-site-packages HTTPretty ## installing the dependencies ```console -pip install -r requirements.pip +pip install -r requirements.txt ``` ## next steps |
