From ef134f56f5c8ddb00a561e4d6fc0d59c9e4a4d8f Mon Sep 17 00:00:00 2001 From: Daniel <107224353+daniel-web-developer@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:20:25 +0200 Subject: [PATCH] Update README.md I'm adding an option of installing the framework that's included in the website but not on GitHub's README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2975a418..b2efd9b44 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ Install using `pip`... pip install djangorestframework +...or clone the project from GitHub. + + git clone https://github.com/encode/django-rest-framework + Add `'rest_framework'` to your `INSTALLED_APPS` setting. ```python INSTALLED_APPS = [