-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update Python package installation instructions #2235
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
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Any idea why tests are failing? Was it the version bump? |
I bumped the Python version back to 4.29.0 to see if tests will pass again. |
@harsha509 can someone review this? |
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.
Thank you @cgoldberg !
* Update Python package installation instructions * Update Python package installation instructions translations * Add punctuation * Bumped python version back to 4.29.0 a6bd46e
User description
Description
This PR updates the installation instructions for the Python selenium package.
Previously, it showed how to download and install the source archive from PyPI. Installing from the source archive no longer works without a significant toolchain installed. I replaced the instructions with instructions for installing from the built distribution (wheel package), which essentially does the same thing. I also changed the instructions to use
pip install
instead ofsetup.py install
since the latter no longer works in Python.I made this change in all translated languages.
Motivation and Context
Updating installation instructions that no longer work to new working instructions.
Types of changes
Checklist
PR Type
Documentation, Enhancement
Description
setup.py install
withpip install
.Changes walkthrough 📝
install_library.en.md
Update English installation instructions for Selenium
website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md
pip install
.install_library.ja.md
Update Japanese installation instructions for Selenium
website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md
pip install
.install_library.pt-br.md
Update Brazilian Portuguese installation instructions for Selenium
website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md
pip install
.install_library.zh-cn.md
Update Simplified Chinese installation instructions for Selenium
website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md
pip install
.