From 324f3282531ed4941a252984ea06f47405793527 Mon Sep 17 00:00:00 2001
From: swittl <simon.wittl@th-deg.de>
Date: Mon, 11 Nov 2024 14:01:04 +0100
Subject: [PATCH] add installation

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f102b30..0d47329 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,15 @@ As simulation backend [aRTist](https://artist.bam.de/) is used with the [THD API
 
 The local cylindrical xray transform maps are stored as `.h5` file. 
 
-
+## Installation
+This project ist tested with uv on win and linux. To run a file just:
+```
+uv venv
+uv run scripts/01_aRTist_bridge.py     
+```
 
 ## Examples
-Example files are from the `scripts` folder and directly included and updated via [CODE-EMBEDDER](https://github.com/kvankova/code-embedder).
+Example files are from the `scripts` folder and directly included and updated via [CODE-EMBEDDER](https://github.com/kvankova/code-embedder).  
 
 ### Generate a Cylindrical Projection
 
-- 
GitLab