mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
Merge pull request #13 from MadCat9958/master
Add pip command for installing melisa
This commit is contained in:
commit
66d79f2819
1 changed files with 5 additions and 2 deletions
|
@ -42,8 +42,11 @@ We are going to create really cool cache configuration, so don't worry about the
|
||||||
---
|
---
|
||||||
## Install MelisaPy
|
## Install MelisaPy
|
||||||
|
|
||||||
NOTE: Currently, installation is only possible using GitHub
|
### Installing from PyPi:
|
||||||
|
```commandline
|
||||||
|
pip install melisa
|
||||||
|
```
|
||||||
|
### 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