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