Skip to content

Commit 544e5aa

Browse files
committed
update readme
1 parent 00a3813 commit 544e5aa

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.rst

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Installation
4343

4444
pip install nameparser
4545

46+
If you want to try out the latest code from GitHub you can
47+
install with pip using the command below.
48+
49+
``pip install -e git+git://github.com/derek73/python-nameparser.git#egg=nameparser``
50+
51+
If you're looking for a web service, check out
52+
`eyeseast's nameparse service <https://github.com/eyeseast/nameparse>`_, a
53+
simple Heroku-friendly Flask wrapper for this module.
54+
4655

4756
Quick Start Example
4857
-------------------
@@ -104,21 +113,6 @@ sets`_ of titles, prefixes, etc., or by subclassing the `HumanName` class. See t
104113
.. _Full documentation: http://nameparser.readthedocs.org/en/latest/
105114

106115

107-
Installation
108-
------------
109-
110-
``pip install nameparser``
111-
112-
If you want to try out the latest code from GitHub you can
113-
install with pip using the command below.
114-
115-
``pip install -e git+git://github.com/derek73/python-nameparser.git#egg=nameparser``
116-
117-
If you're looking for a web service, check out
118-
`eyeseast's nameparse service <https://github.com/eyeseast/nameparse>`_, a
119-
simple Heroku-friendly Flask wrapper for this module.
120-
121-
122116
Contributing
123117
------------
124118

0 commit comments

Comments
 (0)