From 175218c779e54f12f74d1751bf67e46eddac9e79 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Fri, 29 Sep 2023 16:31:13 +0300 Subject: [PATCH] cli --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ``` ---