update README.md

This commit is contained in:
timka123 2022-05-22 12:06:16 +03:00
parent c71c88e376
commit 203998f8dd

View file

@ -39,6 +39,35 @@ It supports Discord V10 REST API and Gateway
We are trying to make our library optimized.
We are going to create really cool Cache configuration, so don't worry about the RAM :)
---
## Install MelisaPy
At first clone this repo
```commandline
git clone https://github.com/MelisaDev/melisa
```
Second, move to `melisa` folder
```commandline
cd melisa
```
Third, build melisa package
```commandline
python setup.py build
```
And install
```commandline
python setup.py install
```
And you can use Melisa in your projects!
---
## Events Listening