selenium
selenium copied to clipboard
[py] fix docs to use build instead of update in python
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:updateto./go py:buildto ensure users can generate local Python wheels correctly.
Changes walkthrough 📝
| Relevant files | |||
|---|---|---|---|
| Documentation |
|
💡 PR-Agent usage: Comment
/helpon the PR to get a list of all available PR-Agent tools and their descriptions
PR Reviewer Guide 🔍
| ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
| ⚡ No key issues to review |
PR Code Suggestions ✨
No code suggestions found for PR.