Add comments for install methods in README

This commit is contained in:
Mad Cat 2022-06-15 17:09:49 +03:00 committed by GitHub
parent 3800c269b3
commit d6e840e961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,10 +42,11 @@ We are going to create really cool cache configuration, so don't worry about the
--- ---
## Install MelisaPy ## Install MelisaPy
Installing from PyPi:
```commandline ```commandline
pip install melisa pip install melisa
``` ```
Or, alternatively: Installing from Git:
```commandline ```commandline
pip install git+https://github.com/MelisaDev/melisa pip install git+https://github.com/MelisaDev/melisa
``` ```