From 66b00af00a5d9a4c1d06d5351bcb1ca9909e05d4 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Wed, 29 Nov 2023 11:30:20 +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 8b7aecb0..5b57281c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,14 @@ Generation of Safe-DS stubs for Python libraries. +## Installation + +Get the latest version from [PyPI](https://pypi.org/project/safe-ds-stubgen): + +```shell +pip install safe-ds-stubgen +``` + ## Documentation You can find the full documentation [here](https://stubgen.safeds.com).