From 66cda2465c4070ea149334bd631953a8043bd4a3 Mon Sep 17 00:00:00 2001 From: Yegor Kazantsev Date: Fri, 20 Nov 2015 05:21:30 +0600 Subject: [PATCH] Update README.rst Fix readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bfae9f7..62ef6a2 100644 --- a/README.rst +++ b/README.rst @@ -26,8 +26,8 @@ Installation and configuration Install application from PyPI or GitHub:: - $ pip install django-session-attachments # or - $ pip install git://github.com/NetAngels/django-session-attachments.git#egg=django-session-attachments + $ pip install django-session-attachments # (bad idea) or + $ pip install pip install git+git://github.com/NetAngels/django-session-attachments.git#egg=django-session-attachments Add a new application to your settings file::