Unverified Commit ce9cee1c authored by pythontrade's avatar pythontrade Committed by GitHub
Browse files

Update README.rst

Extend README installation instructions: add to installed apps
parent dd9078e7
......@@ -24,7 +24,13 @@ Install using pypi
pip install wagtailvideos
Add `wagtailvideos` to your installed apps.
.. code:: python
INSTALLED_APPS = [
'wagtailvideos',
]
Using
-----
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment