From eecd925cf7c0a23d46582c06212665b7d45f9b09 Mon Sep 17 00:00:00 2001 From: Aditya Shinde <58399067+adityavshinde@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:50:09 +0530 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index c4d494b..9384352 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,7 @@ Django-live-profiler is a low-overhead data access and code profiler for Django- ------------ Installation ------------ +For complete installation of django-live-profiler : https://pypi.org/project/django-live-profiler/ 1. Run `pip install django-live-profiler` 2. Add `'profiler'` app to `INSTALLED_APPS` 3. Add `'profiler.middleware.ProfilerMiddleware'` to `MIDDLEWARE_CLASSES`