summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-01-11 17:46:43 -0800
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-01-11 17:46:43 -0800
commitaa365e20736b3d7582051b3351c3a970b3c2bdb9 (patch)
treebac5009bf74b061a997c104cc154a47efb076dc9
parent1d2ca8d02e190460f85d20be47bbb1e02f268bd2 (diff)
parent87ff55473bbbbdb8f23f812d1e6e9b0d7c74a34a (diff)
downloadfactory-boy-aa365e20736b3d7582051b3351c3a970b3c2bdb9.tar
factory-boy-aa365e20736b3d7582051b3351c3a970b3c2bdb9.tar.gz
Merge pull request #3 from ghickman/master
Use pip instead of easy_install
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 7cd80f6..f20b129 100644
--- a/README.rst
+++ b/README.rst
@@ -19,9 +19,9 @@ Download
Github: http://github.com/rbarrois/factory_boy/
-easy_install::
+PyPI::
- easy_install factory_boy
+ pip install factory_boy
Source::