diff README.txt @ 61:a1558739bd5e

Update README to reference lp:python-fastimport rather than Greg's pyfastimport.
author Jelmer Vernooij <jelmer@samba.org>
date Thu, 10 Nov 2011 23:02:14 +0100
parents d3ae32b7f282
children 280eb5061a5e
line wrap: on
line diff
--- a/README.txt	Wed Nov 10 21:31:23 2010 -0500
+++ b/README.txt	Thu Nov 10 23:02:14 2011 +0100
@@ -27,26 +27,22 @@
 
 hg-fastimport requires Mercurial 1.3.
 
-hg-fastimport depends on the pyfastimport library (which was extracted
-from bzr-fastimport).  pyfastimport lives on launchpad.net at
-
-  https://code.launchpad.net/~gward/bzr-fastimport/reusable
+hg-fastimport depends on the python-fastimport library (which was extracted
+from bzr-fastimport).  python-fastimport lives on launchpad.net at
 
-Alternately, I maintain a Mercurial mirror of pyfastimport, so you can
-just use Mercurial to get the code:
+  https://code.launchpad.net/python-fastimport
 
-  hg clone http://vc.gerg.ca/hg/pyfastimport/
-
-To make the 'fastimport' package provided by pyfastimport available
-to hg-fastimport, you need to add the pyfastimport directory to
+To make the 'fastimport' package provided by python-fastimport available
+to hg-fastimport, you need to add the python-fastimport directory to
 PYTHONPATH, e.g.
 
   PYTHONPATH=$HOME/src/pyfastimport
 
-(Yes, this should get simpler in future: right now, both pyfastimport
-and hg-fastimport are under active development, so things are a bit
-messy.  Bear with me.)
+It should also be possible to install python-fastimport from cheeshop:
 
+ $ easy_install install python-fastimport
+
+And most Linux distributions have it packaged.
 
 USAGE
 -----