From 3e61d534ca6c422960b763001cc80c2b8000f7e4 Mon Sep 17 00:00:00 2001 From: Tom Arne Pedersen Date: Thu, 16 Jan 2025 11:01:08 +0100 Subject: [PATCH] #43 Updating documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 189b695..40d35a8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ the tool will generate a set of traffic situations. The traffic situations may b A paper is written describing the background for the tool and how it works [paper] +## Installation +To install Ship Traffic Generator, run this command in your terminal: +```sh +pip install trafficgen +``` ## UV This project uses `uv` as package manager.