📖 Update installation instructions to include pre-release flag

This commit is contained in:
2025-03-08 21:56:50 +01:00
parent 54e6bb27d8
commit 14f0317a1f

View File

@@ -14,9 +14,11 @@ This project is built on:
## Installation ## Installation
```bash ```bash
pip install pycord-reactive-bot pip install pycord-reactive-bot --prerelease=allow
``` ```
Currently, the package is in pre-release, so you need to use the `--prerelease=allow` flag to install it.
## Quick Start ## Quick Start
```python ```python