summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcao <gabriel@nacaolivre.org>2013-10-28 16:57:16 -0400
committerGabriel Falcao <gabriel@nacaolivre.org>2013-10-28 16:57:37 -0400
commitdcc3db4294dcb377032885ddbdfa52df5636be77 (patch)
treeaa1f4b5c9548fbbff3a9865a02e3b2aa1cf32a87
parentd4bb2ee7c3ccd1fc03100729f83f8f7784b26638 (diff)
downloadhttpretty-dcc3db4294dcb377032885ddbdfa52df5636be77.tar.gz
README
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4787d0..ea08dde 100644
--- a/README.md
+++ b/README.md
@@ -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,