updated readme

This commit is contained in:
ajurna@gmail.com
2016-03-30 11:43:53 +01:00
parent ae1b43d366
commit 1c4a0203f8

View File

@@ -4,11 +4,11 @@ This is for if you have a collection of comics on a media server and want to rea
# Requirments # Requirments
- [Django 1.8](https://www.djangoproject.com/) - [Django 1.9](https://www.djangoproject.com/)
- [python 2.7](https://www.python.org/) - [python 3.5](https://www.python.org/)
- [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included) - [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included)
- [Unrar by winrar](http://rarlabs.com) - [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 # Installation
Pull from git and use like any django project. Pull from git and use like any django project.