From 05c74202ecd085e269b8cd22978005fc8760eabe Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 Feb 2024 14:20:49 -0800 Subject: [PATCH] copy --- aider/scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/scrape.py b/aider/scrape.py index 58989e913..9a7387585 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -13,7 +13,7 @@ from aider import __version__ aider_user_agent = f"Aider/{__version__} +https://aider.chat" PLAYWRIGHT_INFO = """ -For better web scraping, install Playwright chromium: +For better web scraping, install Playwright chromium with this command in your terminal: playwright install --with-deps chromium