Adding this to your `pyproject.toml` ```toml [project.scripts] openevolve-run = "openevolve.cli:main" ``` would make the openevolve-run command a installable command, would be helpful to use openevolve in other repos...