update readme

This commit is contained in:
timka123 2022-05-22 12:33:52 +03:00
parent 9d6fcfa475
commit 884003f350

View file

@ -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!