Fixed Rust warning tip as behaviour is inconsistent

This commit is contained in:
EduardDurech
2024-01-14 04:16:32 +01:00
committed by GitHub
parent 7a3830d228
commit a58c385b0f

View File

@ -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:
``` ```