@FabricioSMarin after the main repo is update add in the setup.py scripts=['bin/xfluo'] as this: setup( scripts=['bin/xfluo'], ) this should make xfluo start as command from any forlder
@FabricioSMarin after the main repo is update add in the setup.py scripts=['bin/xfluo'] as this:
setup(
scripts=['bin/xfluo'],
)
this should make xfluo start as command from any forlder