We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7cd58 commit 69fde09Copy full SHA for 69fde09
CONTRIBUTING.md
@@ -33,7 +33,7 @@ git checkout -b descriptive-name-for-your-changes
33
4. **Setup the development environment**: If you are working on the code, make sure to install the necessary dependencies for development
34
35
```sh
36
-pip install -e "libs/kotaemon[dev]
+pip install -e "libs/kotaemon[dev]"
37
```
38
39
5. **Make your changes**: Ensure your code follows the project's coding style and passes all test cases.
0 commit comments