mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 09:06:20 +00:00
📖 Update installation instructions to include pre-release flag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user