Hi, what needs to be done, to get an update of the entry_point file, if you have installed a package as "develop". Example: pip install -e ...#egg=mylib git update # new code contains new entry point ... entrypoint not available. Thomas