diff --git a/INSTALL.md b/INSTALL.md index 0457b5dc..76a00671 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -95,9 +95,10 @@ cp pr_agent/settings/.secrets_template.toml pr_agent/settings/.secrets.toml # Edit .secrets.toml file ``` -4. Run the appropriate Python scripts from the scripts folder: +4. Add the pr_agent folder to your PYTHONPATH, then run the cli.py script: ``` +export PYTHONPATH=[$PYTHONPATH:] python pr_agent/cli.py --pr_url review python pr_agent/cli.py --pr_url ask python pr_agent/cli.py --pr_url describe