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 25b7de6 commit 322efbeCopy full SHA for 322efbe
DEVELOPER.md
@@ -11,13 +11,13 @@ Below are the details to set up a development environment and run tests.
11
```bash
12
cd genai-toolbox/sdks/langchain
13
```
14
-1. Install the package in editable mode, so changes are reflected without reinstall:
+1. Install the package in editable mode, so changes are reflected without
15
+ reinstall:
16
17
pip install -e .
18
19
1. Make code changes and contribute to the SDK's development.
-> [!TIP]
20
-> Using `-e` option allows you to make changes to the SDK code and have
+> [!TIP] Using `-e` option allows you to make changes to the SDK code and have
21
> those changes reflected immediately without reinstalling the package.
22
23
## Test
0 commit comments