Skip to content

Add explicit instructions for local Python installation to README#10236

Merged
AutomatedTester merged 2 commits intoSeleniumHQ:trunkfrom
mrahtz:patch-1
Jan 10, 2022
Merged

Add explicit instructions for local Python installation to README#10236
AutomatedTester merged 2 commits intoSeleniumHQ:trunkfrom
mrahtz:patch-1

Conversation

@mrahtz
Copy link
Copy Markdown
Contributor

@mrahtz mrahtz commented Jan 9, 2022

Description

Adds instructions on how to locally install a build of the Python bindings.

Motivation and Context

I want to use a modified version of Selenium locally for a project. I made my changes and followed the build instructions, looked in py/, and saw a setup.py, so figured I could just pip install py/. Unfortunately, that resulted in an error during import that getAttribute.js could not be found. Installing the .whl seems to work fine though, so I'm assuming this is the correct way to do it.

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

  • 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. [I haven't checked; I'm assuming there aren't tests for the README.]

Specifically, add explicit instructions on how to install a build locally.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 9, 2022

CLA assistant check
All committers have signed the CLA.

@AutomatedTester AutomatedTester merged commit 400322c into SeleniumHQ:trunk Jan 10, 2022
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

elgatov pushed a commit to elgatov/selenium that referenced this pull request Jun 27, 2022
Specifically, add explicit instructions on how to install a build locally.

Co-authored-by: David Burns <[email protected]>
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.

3 participants