Merge pull request #13 from MadCat9958/master

Add pip command for installing melisa
This commit is contained in:
ths_dev 2022-10-13 17:30:19 +03:00 committed by GitHub
commit 66d79f2819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,11 @@ We are going to create really cool cache configuration, so don't worry about the
---
## Install MelisaPy
NOTE: Currently, installation is only possible using GitHub
### Installing from PyPi:
```commandline
pip install melisa
```
### Installing from Git:
```commandline
pip install git+https://github.com/MelisaDev/melisa
```