Dependencies¶
Mandatory packages¶
If webchanges is installed with pip, these Python packages are installed automatically:
Optional packages¶
Certain features require additional Python packages to work. These optional packages are installed by appending to the name webchanges the name of the feature (from the table below) inside square brackets, like so:
python3 -m pip install webchanges[use_browser]
python3 -m pip install webchanges[use_browser,redis]
Feature |
Python package(s) installed |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(to work on contributions to the project) |
|
|
Footnotes
- 1(1,2)
pypetteer
’s OS-specific dependencies (non required in Windows or MacOS) are listed here. A missing dependency is often the cause of the errorpyppeteer.errors.BrowserError: Browser closed unexpectedly
.- 2
Optional, to beautify content of <script> tags
- 3
Optional, to beautify content of <style> tags
- 4(1,2)
- 5(1,2)