File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 3
3
Below are the details to set up a development environment and run tests.
4
4
5
5
## Install
6
+
6
7
1 . Clone the repository:
8
+
7
9
``` bash
8
- git clone https://github.com/googleapis/genai-toolbox.git
9
- ```
10
- 1. Navigate to the SDK directory:
11
- ` ` ` bash
12
- cd genai-toolbox/sdks/langchain
10
+ git clone https://github.com/googleapis/genai-toolbox-langchain-sdk-python.git
13
11
```
12
+
14
13
1. Install the package in editable mode, so changes are reflected without
15
14
reinstall:
15
+
16
16
` ` ` bash
17
17
pip install -e .
18
18
` ` `
19
+
19
20
1. Make code changes and contribute to the SDK' s development.
21
+
20
22
> [!TIP] Using `-e` option allows you to make changes to the SDK code and have
21
23
> those changes reflected immediately without reinstalling the package.
22
24
23
25
## Test
24
- 1. Navigate to the SDK directory:
25
- ```bash
26
- cd genai-toolbox/sdks/langchain
27
- ```
26
+
28
27
1. Install the SDK and test dependencies:
28
+
29
29
```bash
30
30
pip install -e .[test]
31
31
```
32
+
32
33
1. Run tests and/or contribute to the SDK' s development.
33
34
34
35
` ` ` bash
35
36
pytest
36
- ` ` `
37
+ ` ` `
You can’t perform that action at this time.
0 commit comments