diff options
| author | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-07-11 09:45:16 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-07-11 09:45:16 -0500 |
| commit | 3d43db4afc4b54afa913350a202a91c42769de02 (patch) | |
| tree | 267da87d28dc939fb571d3c680a05df4c697a6c0 | |
| parent | b9f856ab97314223ba199b2c926822bf6839717f (diff) | |
Improved readme consistency
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -83,11 +83,10 @@ $ cat tools/pip-requires # Install dependencies $ pip install -r tools/pip-requires -# Install unit/functional test dependencies +# Install test dependencies $ pip install -r tools/pip-requires-testing -# Installing Development Dependencies -This will install libraries used for development and testing +# Install development dependencies $ pip install -r tools/pip-requires-development </pre> |
