diff --git a/README.md b/README.md index 87e54bd..e997219 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Linux: * (Fedora / CentOS) Install [GIT](http://git-scm.com/) with `yum install git` * Install [LXML](http://lxml.de/installation.html) for better/faster website scraping * 'cd' to the folder of your choosing. +* Install [PyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL) with `pip install --upgrade pyopenssl` * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git` * Then do `python CouchPotatoServer/CouchPotato.py` to start * (Ubuntu / Debian) To run on boot copy the init script `sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato`