comparison README.txt @ 14:8ebf36e88324

Remove TODO about pip in README.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 May 2012 18:13:07 -0500
parents b63cce680bd3
children 1e2f63b10b9f
comparison
equal deleted inserted replaced
13:7d1ca1fc2f01 14:8ebf36e88324
25 Installation 25 Installation
26 ------------ 26 ------------
27 27
28 ``weighmail`` can be installed using Pip_:: 28 ``weighmail`` can be installed using Pip_::
29 29
30 $ pip install weighmail # TODO: get up on PyPI 30 $ pip install weighmail
31 31
32 Alternatively you can download a tarball and install with:: 32 Alternatively you can download a tarball and install with::
33 33
34 $ python setup.py install 34 $ python setup.py install
35 35