diff --git a/INSTALL.md b/INSTALL.md index d4111de7..f4247ce2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -89,10 +89,10 @@ chmod 600 pr_agent/settings/.secrets.toml ``` 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 -python pr_agent/cli.py --pr_url /improve +python3 -m pr_agent.cli --pr_url /review +python3 -m pr_agent.cli --pr_url /ask +python3 -m pr_agent.cli --pr_url /describe +python3 -m pr_agent.cli --pr_url /improve ``` ---