README: add pip pkg instructions
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d2d9d7f22e
commit
0a5a8ceb7f
16
README.md
16
README.md
|
@ -50,12 +50,28 @@ Some features of morss:
|
|||
|
||||
Simple install (without optional dependencies)
|
||||
|
||||
From pip
|
||||
|
||||
```shell
|
||||
pip install morss
|
||||
```
|
||||
|
||||
From git
|
||||
|
||||
```shell
|
||||
pip install git+https://git.pictuga.com/pictuga/morss.git
|
||||
```
|
||||
|
||||
Full installation (including optional dependencies)
|
||||
|
||||
From pip
|
||||
|
||||
```shell
|
||||
pip install morss[full]
|
||||
```
|
||||
|
||||
From git
|
||||
|
||||
```shell
|
||||
pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue