From 1c4a0203f89f9f03dbe8fe22e93f4c9262a62b87 Mon Sep 17 00:00:00 2001 From: "ajurna@gmail.com" Date: Wed, 30 Mar 2016 11:43:53 +0100 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77128f2..3f1a64f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This is for if you have a collection of comics on a media server and want to rea # Requirments -- [Django 1.8](https://www.djangoproject.com/) -- [python 2.7](https://www.python.org/) +- [Django 1.9](https://www.djangoproject.com/) +- [python 3.5](https://www.python.org/) - [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included) - [Unrar by winrar](http://rarlabs.com) -- [django-recaptcha bt praekelt](https://github.com/praekelt/django-recaptcha) +- [django-recaptcha by praekelt](https://github.com/praekelt/django-recaptcha) # Installation Pull from git and use like any django project.