From 6f7c5dda1ca25820a90378aeec29382bba2f0af4 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Wed, 29 Nov 2023 11:31:01 +0100 Subject: [PATCH] docs: add installation instructions --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README.md b/docs/README.md index 58a42e3..9f925b4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,14 @@ Execute Safe-DS programs that were compiled to Python. +## Installation + +Get the latest version from [PyPI](https://pypi.org/project/safe-ds-runner): + +```shell +pip install safe-ds-runner +``` + ## Documentation You can find the full documentation [here](https://runner.safeds.com).