Installation
Requirements
Pomcorn requires Python >= 3.11 and Selenium >= 4.12.
Install Pomcorn
You can install it by pip:
$ pip install pomcorn
Or poetry:
$ poetry add pomcorn
Additional dependencies
In order for Selenium to interact with the browser, you need to install the webdriver for that browser.
Chrome Driver
For Windows
- Via Chocolatey:
Install Chrome Driver.
Open the powershell as admin
$ choco install chromedriver
- Manually:
Install Chrome Driver.
Unzip and put
.exe
inC:\Windows
or add the path to your webdriver in thePATH
system variable:
$ export PATH=$PATH:/path/to/driver/browser-driver
For Linux
- Via package managers:
Install Chrome Driver.
Install Chromium (comes with the same driver as Chrome Driver).
- Manually:
Install Chrome Driver.
For Mac
- Via brew:
Install Chrome Driver.
Use brew:
$ brew install chromedriver
- Manually:
Install Chrome Driver.