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... ➡️