mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-30 01:30:15 +02:00
Updated Chromium Install (markdown)
@@ -20,10 +20,15 @@ Google Chrome 122.0.6261.49 beta # should be >v111
|
|||||||
|
|
||||||
## Installing Chromium
|
## Installing Chromium
|
||||||
|
|
||||||
### Any OS (using [`playwright`](https://playwright.dev/python/docs/browsers))
|
### ⭐️ Any OS (recommended)
|
||||||
|
|
||||||
|
[`playwright`](https://playwright.dev/python/docs/browsers) (by the Microsoft team) and [`puppeteer`](https://github.com/puppeteer/puppeteer) (by the Google team) are packages that provides stable, repeatable Chromium distributions for many OSs.
|
||||||
```bash
|
```bash
|
||||||
pip install --upgrade --ignore-installed playwright
|
pip install --upgrade --ignore-installed playwright
|
||||||
playwright install --with-deps chromium
|
playwright install --with-deps chromium
|
||||||
|
|
||||||
|
# alternatively use puppeteer to get Chromium instead of playwright:
|
||||||
|
npm install puppeteer
|
||||||
```
|
```
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
Reference in New Issue
Block a user