Update README.md

This commit is contained in:
FrodoVDR 2019-03-11 13:14:34 +01:00 committed by GitHub
parent 4972b766d6
commit 806a981d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -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.