From af5bcc9433a138bedf7285268e4423bd2c1c6f67 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Thu, 5 May 2022 02:58:42 -0500 Subject: [PATCH] fixed typo in Windows venv activation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b89ea8c..7d13107 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The tool helps to download posts and videos from TikTok for a given set of hasht 4. Start your virtual environment - On Unix-like operating systems (macOS, Linux), this can be done using the command `source .env/bin/activate` - - On Windows, this can be done using the command `.env\activate.bat` + - On Windows, this can be done using the command `.env\Scripts\activate.bat` 5. Install the Python package dependencies for this tool by executing the command: