From 203998f8dd0df8e956951b7a7b0f4b25dea402be Mon Sep 17 00:00:00 2001 From: timka123 Date: Sun, 22 May 2022 12:06:16 +0300 Subject: [PATCH] update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 1d73853..d30dbac 100644 --- a/README.md +++ b/README.md @@ -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