Skip to content

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

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

clintpurser
Copy link
Member

@clintpurser clintpurser commented Apr 21, 2023

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.

Screenshot 2023-04-21 at 1 52 22 PM

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:

Screenshot 2023-04-21 at 2 14 59 PM

@clintpurser clintpurser requested a review from a team as a code owner April 21, 2023 18:12
@CLAassistant
Copy link

CLAassistant commented Apr 21, 2023

CLA assistant check
All committers have signed the CLA.

@clintpurser clintpurser requested a review from njooma April 21, 2023 18:12
@clintpurser clintpurser marked this pull request as draft April 21, 2023 18:13
@clintpurser
Copy link
Member Author

clintpurser commented Apr 21, 2023

went to grab testing evidence and noticed i didn't format correctly... hang on

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Download/clone [this repository] (https://github.com/viamrobotics/viam-python-sdk)
1. Download/clone [this repository](https://github.com/viamrobotics/viam-python-sdk)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! should be fixed now

Screenshot 2023-04-21 at 2 14 59 PM

@njooma
Copy link
Member

njooma commented Apr 21, 2023

Not sure why the CLA is blocking you.. perhaps we don't have you in the right groups? @cheukt

@clintpurser clintpurser marked this pull request as ready for review April 21, 2023 18:17
@clintpurser
Copy link
Member Author

yeah @njooma not sure why either, strange 👀

@clintpurser
Copy link
Member Author

I just signed it, hopefully that isn't bad 😅 🤷

@clintpurser clintpurser merged commit b3532d0 into viamrobotics:main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants