From 806a981d027f710fb34782331411b42c9a9dd02f Mon Sep 17 00:00:00 2001 From: FrodoVDR Date: Mon, 11 Mar 2019 13:14:34 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aea3703..685d29c 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@ UdpPipe needs more packages than Python 2.7. We show what to install using the e of a Raspberry Pi installation with Debian Jessie (Raspbian). First the package python-dev has to be installed to get the necessary Python extensions later: -```sudo apt-get install python-dev python-pip openssl git``` +``` +sudo apt-get install python-dev python-pip openssl git +``` Simply ignore apt-get's comment if the other packages are already on board. Once apt-get has run through, use pip to add two Python packages: -```pip install daemon-runner pycrypto``` +``` +pip install daemon-runner pycrypto +``` If UdpPipe is to forward privileged ports (< 1024), it must run on head under the root account. Otherwise, a normal user account is the safer option. @@ -30,11 +34,15 @@ git clone "this git" On the server at home: -```cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc``` +``` +cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc +``` On the client on the internet: -```cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc``` +``` +cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc +``` Change the ini files to the setting you need.