Skip to content

Commit 58f3fbf

Browse files
committed
Project renaming for clarity
1 parent 373a33a commit 58f3fbf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ A Python SDK for interacting with Jupiter Exchange APIs.
55
## **Installation**
66

77
To install the SDK in your project, run:
8-
```
9-
sh
8+
```sh
109
pip install jup-python-sdk
1110
```
1211
## **Quick Start**
1312

1413
Below is a simple example that shows how to fetch and execute an Ultra order with the Jup Python SDK:
15-
```
16-
python
14+
```python
1715
from dotenv import load_dotenv
1816
from jup_python_sdk.clients.ultra_api_client import UltraApiClient
1917
from jup_python_sdk.models.ultra_api.ultra_order_request_model import UltraOrderRequest
@@ -61,7 +59,7 @@ Before using the SDK, please ensure you have completed the following steps:
6159
export PRIVATE_KEY=your_private_key_here
6260
```
6361

64-
2. **Configuration**:
62+
2. **Optional Configuration**:
6563
Depending on your credentials and setup, you have a couple of options for initializing the `UltraApiClient`:
6664

6765
- **Custom Private Key Environment Variable:**

0 commit comments

Comments
 (0)