From a58c385b0febfc5465f9854016475310c9137f24 Mon Sep 17 00:00:00 2001 From: EduardDurech <39579228+EduardDurech@users.noreply.github.com> Date: Sun, 14 Jan 2024 04:16:32 +0100 Subject: [PATCH] Fixed Rust warning tip as behaviour is inconsistent --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a89810e4..d06b744d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: ```