mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Update INSTALL.md
This commit is contained in:
parent
f4a226b0f7
commit
76e00acbdb
1 changed files with 2 additions and 1 deletions
|
|
@ -95,9 +95,10 @@ cp pr_agent/settings/.secrets_template.toml pr_agent/settings/.secrets.toml
|
||||||
# Edit .secrets.toml file
|
# 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:<PATH to pr_agent folder>
|
||||||
python pr_agent/cli.py --pr_url <pr_url> review
|
python pr_agent/cli.py --pr_url <pr_url> review
|
||||||
python pr_agent/cli.py --pr_url <pr_url> ask <your question>
|
python pr_agent/cli.py --pr_url <pr_url> ask <your question>
|
||||||
python pr_agent/cli.py --pr_url <pr_url> describe
|
python pr_agent/cli.py --pr_url <pr_url> describe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue