From 884003f350d3861923031c3e491ecb3a15286650 Mon Sep 17 00:00:00 2001 From: timka123 Date: Sun, 22 May 2022 12:33:52 +0300 Subject: [PATCH] update readme --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index d30dbac..dd46b33 100644 --- a/README.md +++ b/README.md @@ -42,28 +42,12 @@ We are going to create really cool Cache configuration, so don't worry about the --- ## Install MelisaPy -At first clone this repo +At this moment, you can install melisa only from Github repository. + +For install Melisa enter to command line this command: ```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 +pip install git+https://github.com/MelisaDev/melisa ``` And you can use Melisa in your projects!