Skip to content

Commit 2533423

Browse files
committed
updated readme
1 parent b137749 commit 2533423

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,23 @@ Arrest is like a postman client for your api calls. It provides a simple layer o
2525

2626
## Installation
2727

28+
### using `pip`
2829
```shell
2930
$ pip install arrest
3031
```
3132

33+
### using `poetry`
34+
```shell
35+
$ poetry install arrest
36+
```
37+
38+
### using `github`
39+
```shell
40+
$ pip install git+https://github.com/s-bose/arrest.git@master
41+
```
42+
43+
44+
3245
## Philosophy of Arrest
3346

3447
Arrest was made as a result of the repeated boilerplate that comes with managing different internal / external services.

0 commit comments

Comments
 (0)