mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
Add comments for install methods in README
This commit is contained in:
parent
3800c269b3
commit
d6e840e961
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue