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.