mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Fixed Rust warning tip as behaviour is inconsistent
This commit is contained in:
parent
7a3830d228
commit
a58c385b0f
1 changed files with 2 additions and 1 deletions
|
|
@ -81,11 +81,12 @@ git clone https://github.com/Codium-ai/pr-agent.git
|
|||
|
||||
2. Navigate to the `/pr-agent` folder and install the requirements in your favorite virtual environment:
|
||||
|
||||
*Tip: make sure Rust is installed and in your `PATH`, instructions: https://rustup.rs*
|
||||
```
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
*Note: If you get an error related to Rust in the dependency installation then make sure Rust is installed and in your `PATH`, instructions: https://rustup.rs*
|
||||
|
||||
3. Copy the secrets template file and fill in your OpenAI key and your GitHub user token:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue