Skip to content

Commit 712873e

Browse files
committed
Update readme
1 parent 75e9d95 commit 712873e

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,22 @@ Django Rest Framework Extended ViewSet
88
Django Rest Framework extension for implement by action serializers, permissions & /etc
99

1010

11-
* Free software: MIT license
11+
**Dependencies**
12+
13+
* Python 3.7+
14+
* Django 2.0+
15+
* Django Rest Framework 3.10+
16+
17+
**Setup**
18+
19+
You can install the library directly from pypi using pip:
20+
21+
`$ pip install drf-extended-viewset`
22+
23+
24+
License
25+
-------
26+
Free software: MIT license
1227

1328

1429
Features
@@ -35,7 +50,7 @@ class MyModelViewSet(ExtendedModelViewSet):
3550
Credits
3651
-------
3752

38-
This package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.
53+
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
54+
55+
3956

40-
[Cookiecutter](https://github.com/audreyr/cookiecutter)
41-
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)

0 commit comments

Comments
 (0)