mirror of
https://github.com/Findus23/rebound-stubs.git
synced 2024-09-08 02:23:48 +02:00
further explanation
This commit is contained in:
parent
c0332296ea
commit
3986846502
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue