improve doc

This commit is contained in:
Christophe Benz 2010-08-02 18:18:15 +02:00
commit 6b93e17c8a

View file

@ -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 If you still want to download them, you can uncomment the dependencies
in setup.py in setup.py
To uninstall, remove the egg-link and remove the weboob_dev line in To uninstall, remove the egg-info from the Python system-wide packages directory
your Python system-wide packages directory. and remove the weboob_dev line in easy-install.pth.
Development mode 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 in the Python system-wide packages directory which points to the development
directory. It is useful for development when files often change. 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 # ./setup.py develop