diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-02-10 14:04:23 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-02-10 14:04:23 +0100 |
commit | 5fc48cc597e18e014e7bf6947bee8d371aababb3 (patch) | |
tree | e4d847067f1c39d844f79db1e34bfe2c7b0c27ee /README | |
parent | a10b58cd7897af617ce0926c2c08427f135db574 (diff) | |
download | factory-boy-5fc48cc597e18e014e7bf6947bee8d371aababb3.tar factory-boy-5fc48cc597e18e014e7bf6947bee8d371aababb3.tar.gz |
README: fix download section.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -23,15 +23,12 @@ Download -------- PyPI: http://pypi.python.org/pypi/factory_boy/ -Github: http://github.com/rbarrois/factory_boy/ - -PyPI: .. code-block:: sh $ pip install factory_boy -Source: +Source: http://github.com/rbarrois/factory_boy/ .. code-block:: sh |