selenium icon indicating copy to clipboard operation
selenium copied to clipboard

[py] fix docs to use build instead of update in python

Open navin772 opened this issue 1 year ago • 3 comments
trafficstars

User description

Thanks for contributing to Selenium! A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines. Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

The provided command in readme ./go py:update doesn't exists, instead we can use ./go py:build to generate local python wheels.

Motivation and Context

It will help new users follow the guide.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [x] I have read the contributing document.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

PR Type

Documentation


Description

  • Corrected the command in the Python documentation section of the README from ./go py:update to ./go py:build to ensure users can generate local Python wheels correctly.

Changes walkthrough 📝

Relevant files
Documentation
README.md
Fix incorrect command in Python documentation section       

README.md

  • Corrected the command to generate local Python wheels from ./go
    py:update to ./go py:build.
  • +1/-1     

    💡 PR-Agent usage: Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    navin772 avatar Jul 18 '24 11:07 navin772

    CLA assistant check
    All committers have signed the CLA.

    CLAassistant avatar Jul 18 '24 11:07 CLAassistant

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    qodo-merge-pro[bot] avatar Jul 18 '24 11:07 qodo-merge-pro[bot]

    PR Code Suggestions ✨

    No code suggestions found for PR.

    qodo-merge-pro[bot] avatar Jul 18 '24 11:07 qodo-merge-pro[bot]