From e03524ba6512bebe5077f86025e370208efae164 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Tue, 15 Sep 2015 15:01:43 -0600 Subject: [PATCH] Adds new commands for getting requirements This repo is a bit old. The requirements as listed are not as available as they once were. This patch adds some ammendments to fullfilling the requirements that is a little more current. Change-Id: I51a0ef6f64778cdd3705b558c774ab0d36763e8f --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 0dffdd8..4997f2d 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,14 @@ You'll need the following Python modules installed: - django (1.4+) - python-django-auth-openid +OR + +If you are using pip with or without a venv, +you can use the following commands instead: + - pip install django==1.4 + - pip install python-openid + - pip install django-openid-auth + Configuration and Usage -----------------------