mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-13 20:07:28 +03:00
update README.md
This commit is contained in:
parent
c71c88e376
commit
203998f8dd
1 changed files with 29 additions and 0 deletions
29
README.md
29
README.md
|
@ -39,6 +39,35 @@ It supports Discord V10 REST API and Gateway
|
||||||
We are trying to make our library optimized.
|
We are trying to make our library optimized.
|
||||||
We are going to create really cool Cache configuration, so don't worry about the RAM :)
|
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
|
## Events Listening
|
||||||
|
|
Loading…
Reference in a new issue