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!