Skip to content

Commit 322efbe

Browse files
authored
doc(llamaindex-sdk): Improve the developer.md file to segregate install and test steps. (#105)
Mirrors change from #99 for LlamaIndex. Also includes a minor change to wrap text.
1 parent 25b7de6 commit 322efbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Below are the details to set up a development environment and run tests.
1111
```bash
1212
cd genai-toolbox/sdks/langchain
1313
```
14-
1. Install the package in editable mode, so changes are reflected without reinstall:
14+
1. Install the package in editable mode, so changes are reflected without
15+
reinstall:
1516
```bash
1617
pip install -e .
1718
```
1819
1. Make code changes and contribute to the SDK's development.
19-
> [!TIP]
20-
> Using `-e` option allows you to make changes to the SDK code and have
20+
> [!TIP] Using `-e` option allows you to make changes to the SDK code and have
2121
> those changes reflected immediately without reinstalling the package.
2222
2323
## Test

0 commit comments

Comments
 (0)