-
Notifications
You must be signed in to change notification settings - Fork 56
add link to python repo in readme #265
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
Conversation
Edit: We good now! |
README.md
Outdated
@@ -28,7 +28,7 @@ To upgrade, simply run the `pip install` command with the `-U` option: | |||
### Installing from Source | |||
The Viam Python SDK uses native libraries to support communication over WebRTC, which will allow you to connect to robots that are not on the same network. In order to facilitate that communication, there is a [Rust utils repo](https://github.com/viamrobotics/rust-utils) that contains the necessary protocols. Therefore, to build from source, you will need both the Rust utils and the Rust compiler. | |||
|
|||
1. Download/clone this repository | |||
1. Download/clone [this repository] (https://github.com/viamrobotics/viam-python-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.
1. Download/clone [this repository] (https://github.com/viamrobotics/viam-python-sdk) | |
1. Download/clone [this repository](https://github.com/viamrobotics/viam-python-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.
Not sure why the CLA is blocking you.. perhaps we don't have you in the right groups? @cheukt |
yeah @njooma not sure why either, strange 👀 |
I just signed it, hopefully that isn't bad 😅 🤷 |
While going through this tutorial users are directed to https://python.viam.dev/
I noticed that users are directed to download
this repository
but while in the docs site they are not already present in the repository, so it is confusing.This PR adds a hyperlink to this
repository
sending users to the phython sdk repo https://github.com/viamrobotics/viam-python-sdk - which feels redundant in some cases, but in the case where that readme is read on https://python.viam.dev/ I think it makes sense to have the link for that case.Testing Evidence: