fix readme

This commit is contained in:
Joseph HENRY 2026-04-03 11:46:22 +02:00
parent 7fde7f53da
commit ace18808ca

View File

@ -10,21 +10,21 @@ Strict type stubs for the Blender Python API. Provides autocomplete, type checki
## Installation ## Installation
```bash ```bash
pip install blender-python-stubs==5.1.0 pip install blender-python-stubs
``` ```
The version matches your target Blender version: The version matches your target Blender version:
| Blender Version | Install Command | PyPI | | Blender Version | Install Command | PyPI |
| --------------- | ---------------------------------------------- | ---- | | --------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| 5.1 | `pip install "blender-python-stubs>=5.1,<5.2"` | [![PyPI](https://img.shields.io/badge/PyPI-5.1-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/5.1.0.1/) | | 5.1 | `pip install "blender-python-stubs>=5.1,<5.2"` | [![PyPI](https://img.shields.io/badge/PyPI-5.1-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/5.1.0.1/) |
| 5.0 | `pip install "blender-python-stubs>=5.0,<5.1"` | [![PyPI](https://img.shields.io/badge/PyPI-5.0-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/5.0.1.0/) | | 5.0 | `pip install "blender-python-stubs>=5.0,<5.1"` | [![PyPI](https://img.shields.io/badge/PyPI-5.0-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/5.0.1.0/) |
| 4.5 | `pip install "blender-python-stubs>=4.5,<4.6"` | [![PyPI](https://img.shields.io/badge/PyPI-4.5-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/4.5.8.1/) | | 4.5 | `pip install "blender-python-stubs>=4.5,<4.6"` | [![PyPI](https://img.shields.io/badge/PyPI-4.5-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/4.5.8.1/) |
| 4.4 | `pip install "blender-python-stubs>=4.4,<4.5"` | | | 4.4 | `pip install "blender-python-stubs>=4.4,<4.5"` | |
| 4.3 | `pip install "blender-python-stubs>=4.3,<4.4"` | | | 4.3 | `pip install "blender-python-stubs>=4.3,<4.4"` | |
| 4.2 | `pip install "blender-python-stubs>=4.2,<4.3"` | | | 4.2 | `pip install "blender-python-stubs>=4.2,<4.3"` | |
| 4.1 | `pip install "blender-python-stubs>=4.1,<4.2"` | | | 4.1 | `pip install "blender-python-stubs>=4.1,<4.2"` | |
| 4.0 | `pip install "blender-python-stubs>=4.0,<4.1"` | | | 4.0 | `pip install "blender-python-stubs>=4.0,<4.1"` | |
## Usage ## Usage