From 776c8ff6882401a3a8ec6f21db346cbd2e0ecc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 29 Jul 2025 19:23:31 +0200 Subject: [PATCH] Improve doc. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e9344b..75cd8b1 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,13 @@ Run the included setup script **once** to download the required `vader_lexicon` python rstat_tool/setup_nltk.py ``` -### 7. Build and Install the Commands +### 7. Set Up Playwright +Run the install routine for playwright. You might need to install some dependencies. Follow on-screen instruction if that's the case. +```bash +playwright install +``` + +### 8. Build and Install the Commands Install the tool in "editable" mode. This creates the `rstat` and `rstat-dashboard` commands in your virtual environment and links them to your source code. ```bash