docs: improve installation instructions (#620) #none
* docs: update instructions * fix: typo in CONTRIBUTING.md (#614) * fix: typo in usage.md (#598) minor typo fix (tt -> it) --------- Co-authored-by: Varun Sharma <contactvarun27@gmail.com> Co-authored-by: natowi <natowi@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5343d0d3ee
commit
1c5849c711
@@ -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.
|
||||
|
Reference in New Issue
Block a user