fix readme
This commit is contained in:
parent
7fde7f53da
commit
ace18808ca
16
README.md
16
README.md
@ -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"` | [](https://pypi.org/project/blender-python-stubs/5.1.0.1/) |
|
| 5.1 | `pip install "blender-python-stubs>=5.1,<5.2"` | [](https://pypi.org/project/blender-python-stubs/5.1.0.1/) |
|
||||||
| 5.0 | `pip install "blender-python-stubs>=5.0,<5.1"` | [](https://pypi.org/project/blender-python-stubs/5.0.1.0/) |
|
| 5.0 | `pip install "blender-python-stubs>=5.0,<5.1"` | [](https://pypi.org/project/blender-python-stubs/5.0.1.0/) |
|
||||||
| 4.5 | `pip install "blender-python-stubs>=4.5,<4.6"` | [](https://pypi.org/project/blender-python-stubs/4.5.8.1/) |
|
| 4.5 | `pip install "blender-python-stubs>=4.5,<4.6"` | [](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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user