mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Fixed Rust warning tip as behaviour is inconsistent
This commit is contained in:
@ -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:
|
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 .
|
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:
|
3. Copy the secrets template file and fill in your OpenAI key and your GitHub user token:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user