From f4e4119272ef310bac06e3b3c7b3576c0bd8444d Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Sat, 1 Jun 2013 15:38:53 +0200 Subject: [PATCH] Installation from sources --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index fa886a3..9d19b70 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,14 @@ Installation pip install django-embed-video + +or from sources + +:: + + pip install git+https://github.com/yetty/django-embed-video.git + + Add ``embed_video`` to ``INSTALLED_APPS`` in your Django settings.