-
Notifications
You must be signed in to change notification settings - Fork 53
Cleaned and redacted the README.md files #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaned and redacted the README.md files #492
Conversation
…E.md files of both packages
packages/snet_cli/README.md
Outdated
| |Package |Description | | ||
| |----------------------------------------------|---------------------------------------------------------------------| | ||
| |[snet-cli](https://pypi.org/project/snet-cli/)|Command line interface to interact with the SingularityNET platform | | ||
| |[snet-sdk](https://pypi.org/project/snet-sdk/)|Integrate SingularityNET services seamlessly into Python applications| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change link for SDK: https://pypi.org/project/snet.sdk/
packages/snet_cli/README.md
Outdated
| ### Prerequisites | ||
|
|
||
| You should have python with version >= [3.11.6](https://www.python.org/downloads/release/python-3116/) and pip installed. | ||
| You should have Python 3.11 with pip installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Python version has been downgraded to 3.10
packages/sdk/README.md
Outdated
| #### Prerequisites | ||
|
|
||
| * [Python 3.11.6](https://www.python.org/downloads/release/python-3116/) | ||
| * [Python 3.11.6](https://www.python.org/downloads/release/python-3116/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downgrade to stable LTS version 3.10, update link to stable Python version
packages/sdk/README.md
Outdated
| ```bash | ||
| $ git clone git@github.com:singnet/snet-cli.git | ||
| $ cd snet-cli/packages/sdk | ||
| $ cd snet-cli/snet_sdk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SDK is located at the path: snet-cli/packages/sdk
packages/snet_cli/README.md
Outdated
| #### Prerequisites | ||
|
|
||
| * [Python 3.11.6](https://www.python.org/downloads/release/python-365/) | ||
| * [Python 3.11.6](https://www.python.org/downloads/release/python-3116/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Python version has been downgraded to stable 3.10 and change link
README.md
Outdated
| ### Prerequisites | ||
|
|
||
| #### Install prerequisites | ||
| You should have Python 3.11 with pip installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to 3.10
kiruxaspb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
No description provided.