aboutsummaryrefslogtreecommitdiffstats
path: root/tools/koblingsplan/README.adoc
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-02-23 18:46:23 +0100
committerHåkon Solbjørg <hakon@solbj.org>2023-02-23 18:50:41 +0100
commitb8c225d083f24a3e078b6922502f4d23aa71106e (patch)
treec318f0b0f476df3de9abec4d56a2b582466d47f7 /tools/koblingsplan/README.adoc
parent709c78569b26677624e60588fa1166dc659ac93c (diff)
import koblingsplan script from confluence to git
Diffstat (limited to 'tools/koblingsplan/README.adoc')
-rw-r--r--tools/koblingsplan/README.adoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/koblingsplan/README.adoc b/tools/koblingsplan/README.adoc
new file mode 100644
index 0000000..cf7d54e
--- /dev/null
+++ b/tools/koblingsplan/README.adoc
@@ -0,0 +1,13 @@
+= Koblingsplan
+
+Stjal scriptet til Jonas fra Confluence og la det her.
+
+== Usage
+
+Depdencies are stored in `pyproject.toml` and can be used with e.g. poetry:
+
+Install dependencies: `poetry install`
+
+Run the script: `poetry run python script.py`
+
+or `poetry shell` to have a configured shell you can run python from.