From 87a86dd111ab634f3f894710fff7a13187808b79 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 19 Feb 2024 00:23:44 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4935885d..f298e392 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,9 @@ See below for more usage examples using the C
brew tap archivebox/archivebox
 brew install archivebox
 # update to newest version with pip (sometimes brew package is outdated)
-pip install --upgrade --ignore-installed archivebox
+pip install --upgrade --ignore-installed archivebox yt-dlp playwright
+playwright install --with-deps chromium    # install chromium and its system dependencies
+archivebox version                         # make sure all dependencies are installed
 
See the Install: Bare Metal Wiki for more granular instructions for macOS... ➡️