From bcf320294827d35740a4999c817058d85c149235 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Tue, 3 Aug 2010 12:07:34 +0200 Subject: [PATCH] forget command --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 1366ccbb04..140c900995 100644 --- a/INSTALL +++ b/INSTALL @@ -32,6 +32,10 @@ The development mode doesn't copy files, but creates an egg-link in the Python system-wide packages directory which points to the development directory. It is useful for development when files often change. +# ./setup.py develop + +Scripts are copied to /usr/bin too. + To uninstall, remove the egg-link from the Python system-wide packages directory and remove the weboob_dev line in easy-install.pth. -- GitLab