From 6b93e17c8a5f4ffb87276ee37e736406b963d7ab Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Mon, 2 Aug 2010 18:18:15 +0200 Subject: [PATCH] improve doc --- INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index b58a79cdb3..1366ccbb04 100644 --- a/INSTALL +++ b/INSTALL @@ -21,8 +21,8 @@ you have to handle them by hand, according to your distribution. If you still want to download them, you can uncomment the dependencies in setup.py -To uninstall, remove the egg-link and remove the weboob_dev line in -your Python system-wide packages directory. +To uninstall, remove the egg-info from the Python system-wide packages directory +and remove the weboob_dev line in easy-install.pth. Development mode @@ -32,4 +32,8 @@ 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. +To uninstall, remove the egg-link from the Python system-wide packages directory +and remove the weboob_dev line in easy-install.pth. + + # ./setup.py develop -- GitLab