From 398684650206122c2ee3e26cdb53624077c238ac Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 21 Jan 2021 11:05:48 +0100 Subject: [PATCH] further explanation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2560a2..37432a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ pip install git+https://github.com/Findus23/rebound-stubs.git#main poetry add git+https://github.com/Findus23/rebound-stubs.git#main ``` -afterwards type-based suggestions should be shown in the IDE and mypy should consider rebound in its type checks +afterwards type-based suggestions should be shown in the IDE and mypy should consider rebound in its type checks. + +rebound-stubs doesn't do anything at runtime, so it doesn't affect how the program runs and bugs in it should not be able to interfere with rebound code ### License