diff options
| author | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-10-28 16:57:16 -0400 |
|---|---|---|
| committer | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-10-28 16:57:37 -0400 |
| commit | dcc3db4294dcb377032885ddbdfa52df5636be77 (patch) | |
| tree | aa1f4b5c9548fbbff3a9865a02e3b2aa1cf32a87 | |
| parent | d4bb2ee7c3ccd1fc03100729f83f8f7784b26638 (diff) | |
| download | httpretty-dcc3db4294dcb377032885ddbdfa52df5636be77.tar.gz | |
README
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -7,6 +7,18 @@ [ChangeLog](NEWS.md) +# Installing + +Since you are interested in HTTPretty you should also be insterested in speeding up your build. +Replace `pip` with [`curdling`](http://clarete.github.io/curdling/) and see your build running a lot faster. + +You can use curdling to install not only HTTPretty but every dependency in your project and see the speed gains. + +```bash +$ easy_install curdling +$ curd install HTTPretty +``` + # In a nutshell Once upon a time a python developer wanted to use a RESTful api, |
