how can i find kedro_cli.py in my project?
i installed kedro using pip install and i made a new project using (kedro new). i was able to run (kedro run --pipeline myPipelineName) from terminal in pycharm or from cmd when i make cd to the project. but i need to run it from my php file using shell_exec(). i need kedro_cli.py but i can't find it. i don't know what to do.
tried running
C:\\xampp\\htdocs\\webmap\\python\\detect\\venv\\Scripts\\python.py C:\xampp\htdocs\webmap\python\detect\src
\detect\__main__.py run --pipeline...