Skip to content

Commit 415ed66

Browse files
committed
updated readme
1 parent 29f60b5 commit 415ed66

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
3535

3636
## Installation
3737

38-
To install the package, follow these steps:
39-
40-
1. Clone the repository:
41-
```bash
42-
git clone https://github.com/smallest-inc/smallest-python-sdk.git
43-
```
44-
45-
2. Navigate to the cloned directory and install the package:
46-
```bash
47-
cd smallest-python
48-
pip install .
49-
```
38+
To install the latest version available
39+
```bash
40+
pip install smallestai
41+
```
42+
When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
43+
5044

5145
## Get the API Key
5246

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smallestai"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
description = "Official Python client for the Smallest AI API"
55
authors = [
66
{name = "Smallest", email = "info@smallest.ai"},

0 commit comments

Comments
 (0)