Skip to content

Commit 3e744ec

Browse files
committed
Added Installing instructions
1 parent 2b512ab commit 3e744ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Because of that, `starlette_jsonapi` does not contain a data layer implementatio
1010
any available async ORM. This also means that you are going to get a very basic interface for writing a REST resource,
1111
with some helpers to make your experience more pleasant, but nothing fancy.
1212

13+
##### Installing
14+
`pip install starlette-jsonapi==0.0.1`
15+
16+
Since this project is under development, please pin your dependencies to avoid problems.
17+
1318
### Features
1419
- 100% tests coverage
1520
- basic json:api serialization

0 commit comments

Comments
 (0)