Skip to content

Commit cd38a96

Browse files
update installation guide on readme (#23)
1 parent b93c289 commit cd38a96

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__/
77
.python-version
88
.DS_Store
99
pyrightconfig.json
10+
dist/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
5252
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
5353

5454
```bash
55-
pip install git+https://github.com/atoma-network/atoma-sdk-python.git
55+
pip install atoma-sdk==0.1.1
5656
```
5757

5858
### Poetry
5959

6060
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
6161

6262
```bash
63-
poetry add git+https://github.com/atoma-network/atoma-sdk-python.git
63+
poetry add atoma-sdk==0.1.1
6464
```
6565
<!-- End SDK Installation [installation] -->
6666

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "atoma-sdk"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = ["Speakeasy"]
66
readme = "README-PYPI.md"

0 commit comments

Comments
 (0)