From c0af571085ddbbe81cf43426da78d26584a60064 Mon Sep 17 00:00:00 2001 From: Marc Nause Date: Wed, 10 Dec 2025 15:57:04 +0100 Subject: [PATCH] Improved installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1954a3..7dff9ad 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,6 @@ This package depends on the Python OpenTAP package (v3.0.0) and the `pslab` Pyth ### Building 1. Clone the contents of this repository into %TAP_PATH%/Packages -2. Package should be built and ready to go! +2. Change into the newly created directory +3. Install dependencies with `pip install -r requirements.txt` +4. The package should be ready to go!