aboutsummaryrefslogtreecommitdiffstats
path: root/tools/koblingsplan/README.adoc
blob: cf7d54e85c0140f4782758fcec7cb49b50625ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.