diff options
author | George Hickman <george@ghickman.co.uk> | 2012-01-11 16:40:51 +0000 |
---|---|---|
committer | George Hickman <george@ghickman.co.uk> | 2012-01-11 16:40:51 +0000 |
commit | 87ff55473bbbbdb8f23f812d1e6e9b0d7c74a34a (patch) | |
tree | bac5009bf74b061a997c104cc154a47efb076dc9 | |
parent | 1d2ca8d02e190460f85d20be47bbb1e02f268bd2 (diff) | |
download | factory-boy-87ff55473bbbbdb8f23f812d1e6e9b0d7c74a34a.tar factory-boy-87ff55473bbbbdb8f23f812d1e6e9b0d7c74a34a.tar.gz |
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:: |