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