Skip to content
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

docs: 📝 extend supervision installation methods #1696

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

onuralpszr
Copy link
Collaborator

Description - Doc changes

This change introduce alternative installation methods of supervision for show audience other tooling too.

@LinasKo
Copy link
Contributor

LinasKo commented Nov 29, 2024

Love it, this is great.

Do you think we should mention uv add supervision as well? My impression was that it's moving towards using add over pip install.

@onuralpszr
Copy link
Collaborator Author

Let's keep both because they have different use case, "add" is for project like rye/poetry "uv pip" just directly installs no matter. We can mention difference between add or pip way If you like just simple one line

         ```bash
        uv pip install supervision
        ```
        
        For uv projects

        ```bash
        uv add supervision
        ```

What do you think?

@onuralpszr onuralpszr requested a review from LinasKo November 29, 2024 17:31
@onuralpszr onuralpszr self-assigned this Nov 29, 2024
@onuralpszr onuralpszr added the documentation Improvements or additions to documentation label Nov 29, 2024
@LinasKo
Copy link
Contributor

LinasKo commented Nov 29, 2024

@onuralpszr, sure. With tiny formatting changes:

uv pip install supervision

For uv projects:

uv add supervision

@onuralpszr onuralpszr merged commit 6889e33 into develop Nov 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants