From b73889bd67676f60da7e3f952b44fa935f4d32b5 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 8 Dec 2016 14:58:22 -0500 Subject: [PATCH] add pip install command (#8) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b80d5b..9ce0e44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ Intended to be used in tests, never in production. ## INSTALLATION -In your project's `settings.py` file, add `'dbfilestorage'` to your `INSTALLED_APPS`: +``` +pip install django-dbfilestorage +``` + +Then in your project's `settings.py` file, add `'dbfilestorage'` to your `INSTALLED_APPS`: ```python INSTALLED_APPS = (