add pip install command (#8)

This commit is contained in:
Tyrel Souza 2016-12-08 14:58:22 -05:00 committed by GitHub
parent cebe70d471
commit b73889bd67

View File

@ -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 = (