Skip to content

Commit

Permalink
fixed readme error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihangChenNBAI committed May 5, 2024
1 parent 660c586 commit 87b65a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

The PYTHON SWAN SDK is a comprehensive toolkit designed to facilitate seamless interactions with the SwanChain API. Tailored for developers, this SDK simplifies the creation and management of computational tasks (CP tasks), making it an indispensable tool for developers working in various tech domains.

GitHub Link: https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2
GitHub Link: https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2.post1

## Features

Expand All @@ -54,15 +54,15 @@ pip install swan-sdk==0.0.2

```bash
git clone https://github.com/swanchain/orchestrator-sdk.git
git checkout release/v0.0.2
git checkout release/v0.0.2.post1
```

## Use Python dotenv

It is recommended to store your important personal information in configuration or as environmental variables. Python dotenv allows loading environment variables from `.env` files for easier access and better security.

python-dotenv package: https://pypi.org/project/python-dotenv/ \
Detailed instructions: https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2/docs/configuration.md
Detailed instructions: https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2.post1/docs/configuration.md

## Quick Start Guide for Swan SDK

Expand Down Expand Up @@ -253,11 +253,11 @@ print(r)
```

## Examples
For executable examples consult https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2/examples
For executable examples consult https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2.post1/examples

## Documentation

For comprehensive documentation, including detailed installation guides, usage examples, and complete API references, please consult https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2/docs
For comprehensive documentation, including detailed installation guides, usage examples, and complete API references, please consult https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2.post1/docs

## License

Expand Down

0 comments on commit 87b65a5

Please sign in to comment.