Skip to content

chore: update rendering of tip alert in DEVELOPER.md #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Below are the details to set up a development environment and run tests.
pip install -e .
```
1. Make code changes and contribute to the SDK's development.
> [!TIP] 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
> those changes reflected immediately without reinstalling the package.

## Test
Expand All @@ -33,4 +34,4 @@ Below are the details to set up a development environment and run tests.

```bash
pytest
```
```