Python Module: Add note about archived versions

Related to infrastructure/meta#146

Pull Request: https://projects.blender.org/blender/blender/pulls/143470
This commit is contained in:
Bart van der Braak
2025-07-30 10:43:25 +02:00
parent 0cc1c212a8
commit 2986a2696f

View File

@@ -56,6 +56,16 @@ long_description = """# Blender
This package provides Blender as a Python module for use in studio pipelines, web services, scientific research, and more.
### Archived Versions
Blender versions outside the current LTS window are removed from PyPI but are available at [https://download.blender.org/pypi/bpy/](https://download.blender.org/pypi/bpy/).
These versions can still be installed manually. For example, to install version 3.6.0:
```bash
pip install bpy==3.6.0 --extra-index-url https://download.blender.org/pypi/
```
## Documentation
* [Blender Python API](https://docs.blender.org/api/current/)