diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-01-11 17:46:43 -0800 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-01-11 17:46:43 -0800 |
commit | aa365e20736b3d7582051b3351c3a970b3c2bdb9 (patch) | |
tree | bac5009bf74b061a997c104cc154a47efb076dc9 | |
parent | 1d2ca8d02e190460f85d20be47bbb1e02f268bd2 (diff) | |
parent | 87ff55473bbbbdb8f23f812d1e6e9b0d7c74a34a (diff) | |
download | factory-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.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,9 +19,9 @@ Download Github: http://github.com/rbarrois/factory_boy/ -easy_install:: +PyPI:: - easy_install factory_boy + pip install factory_boy Source:: |