From 0b273cb7bdc57e8c4c4601fc51fbf6757817d180 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Fri, 15 Sep 2023 16:14:58 -0500 Subject: [PATCH] Updated README.md to include Playwright installation command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa210ec..4b75867 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The tool helps to download posts and videos from TikTok for a given set of hasht 1. Make sure you have Python 3.9 or a later version installed 2. Install the tool with pip: `pip install tiktok-hashtag-analysis` - Alternatively you can install directly from the latest version on GitHub: `pip install git+https://github.com/bellingcat/tiktok-hashtag-analysis` +3. Make sure [Playwright](https://playwright.dev/python/docs/intro) is properly installed byrunning the command `python -m playwright install` You should now be ready to start using it.