From c3d9b415c696e75eb49ca11fe42b860c586c84f5 Mon Sep 17 00:00:00 2001 From: johannawild <72805812+johannawild@users.noreply.github.com> Date: Mon, 16 May 2022 13:13:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bb6477..092830c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The tool helps to download posts and videos from TikTok for a given set of hasht ## Pre-requisites 1. Make sure you have Python 3.6 or a later version installed -2. And, you have node version 16. On mac: do `brew install node` followed by `npm install -g n` and then `n 16` +2. And, you need to have node version 16. On mac: do `brew install node` followed by `npm install -g n` and then `n 16` 4. Download and install TikTok scraper: https://github.com/drawrowfly/tiktok-scraper 5. (Optional) create and activate a virtual environment for this tool, for example by executing the following command, which creates the `.env` virtual environment in the tool's root directory: