From 34a1b68d79a13c03aa63b5c4194796341c9383fe Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 20 Nov 2013 07:30:04 -0600 Subject: [PATCH] Clarify ssl module build for old python versions. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 534d85d..76b9384 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,10 @@ client. `sudo aptitude install python-dev bluetooth-dev` -* Download, build the ssl module and symlink to it: +* At the top level of the websockify repostory, download, build and + symlink the ssl module: - `cd websockify/` - - `wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz` + `wget --no-check-certificate http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz` `tar xvzf ssl-1.15.tar.gz`