From 0b273cb7bdc57e8c4c4601fc51fbf6757817d180 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Fri, 15 Sep 2023 16:14:58 -0500 Subject: [PATCH 1/2] 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. From e548b6fca952d1eaf5b1014e3bd16bc2c494ccad Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Fri, 15 Sep 2023 16:15:19 -0500 Subject: [PATCH 2/2] Update README.md (fixed typo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b75867..e0524fe 100644 --- a/README.md +++ b/README.md @@ -8,7 +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` +3. Make sure [Playwright](https://playwright.dev/python/docs/intro) is properly installed by running the command `python -m playwright install` You should now be ready to start using it.