File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Monorepo for JPYC Python SDKs.
99
1010Please refer to ` README ` s of respective SDKs for more details.
1111
12- | name | ` README ` |
13- | -----: | :----------------------------------------- |
14- | ` core ` | [ packages/core] ( ./packages/core/README.md ) |
12+ | name | ` README ` |
13+ | -------------- : | :----------------------------------------- |
14+ | ` jpyc- core-sdk ` | [ packages/core] ( ./packages/core/README.md ) |
1515
1616## ⬇️ Installation
1717
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ $ pip install jpyc_core_sdk
2121### 2. Configure SDK Clients
2222
2323``` py
24- from jpyc_core_sdk.client import SdkClient
25- from jpyc_core_sdk.jpyc import JPYC
24+ from jpyc_core_sdk import JPYC , SdkClient
2625
2726# Configure SDK client using default RPC endpoint
2827client = SdkClient(
You can’t perform that action at this time.
0 commit comments