don't install scripts in /usr/bin in development mode

This commit is contained in:
Christophe Benz 2010-07-07 17:18:17 +02:00
commit b9454d89b0
2 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,9 @@ It is useful for development when files often change.
# ./setup.py develop
Creates /usr/lib/python2.5/site-packages/weboob_dev.egg-link
Scripts are not copied to /usr/bin, so you must launch them with:
$ ./scripts/videoob (for example)
To uninstall, remove this egg-link and remove the weboob_dev line in
/usr/lib/python2.5/site-packages/easy-install.pth