From 90d6f245e6c9fdea775fde6c511c4ff500d58e85 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Mon, 13 Jan 2025 00:27:35 +0000 Subject: [PATCH] fix: typo in CONTRIBUTING.md (#614) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 959faf88f..955d5e071 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ git checkout -b descriptive-name-for-your-changes 4. **Setup the development environment**: If you are working on the code, make sure to install the necessary dependencies for development ```sh -pip install -e "libs/kotaemon[dev] +pip install -e "libs/kotaemon[dev]" ``` 5. **Make your changes**: Ensure your code follows the project's coding style and passes all test cases.