1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00

add install help

This commit is contained in:
Lukas Winkler 2021-01-14 19:13:59 +01:00
parent b3ca133fb9
commit 0b7d4ece5a
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,5 +1,16 @@
# PEP 561 compatible type-hint package for [rebound](https://github.com/hannorein/rebound)
----------
install with
```shell
pip install git+https://github.com/Findus23/rebound-stubs.git#main
# or
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
### License
Licensed under GPL-3.0, based on [rebound](https://github.com/hannorein/rebound) by Hanno Rein