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 a1f7b1c commit d0ff74eCopy full SHA for d0ff74e
DEVELOPER.md
@@ -17,7 +17,8 @@ Below are the details to set up a development environment and run tests.
17
pip install -e .
18
```
19
1. Make code changes and contribute to the SDK's development.
20
-> [!TIP] Using `-e` option allows you to make changes to the SDK code and have
+> [!TIP]
21
+> Using `-e` option allows you to make changes to the SDK code and have
22
> those changes reflected immediately without reinstalling the package.
23
24
## Test
@@ -33,4 +34,4 @@ Below are the details to set up a development environment and run tests.
33
34
35
```bash
36
pytest
- ```
37
+ ```
0 commit comments