Update README.md

This commit is contained in:
Mark Qvist 2020-04-27 12:18:05 +02:00 committed by GitHub
parent be9dbe28a7
commit 850eb6a492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Full documentation and video tutorials are coming with the stable alpha release.
To install dependencies and get started:
```
```bash
# Install dependencies
pip3 install cryptography pyserial
@ -91,4 +91,4 @@ python3 Examples/Filetransfer.py -h
The default config file contains examples for using Reticulum with LoRa transceivers (specifically [RNode](https://unsigned.io/projects/rnode/)), packet radio TNCs/modems and UDP. By default a UDP interface is already enabled in the default config, which will enable Reticulum communication in your local ethernet broadcast domain.
You can use the examples in the config file to expand communication over other mediums such as packet radio or LoRa, or over fast IP links using the UDP interface. I'll add in-depth tutorials and explanations on these topics later. For now, the included examples will hopefully be enough to get started.
You can use the examples in the config file to expand communication over other mediums such as packet radio or LoRa, or over fast IP links using the UDP interface. I'll add in-depth tutorials and explanations on these topics later. For now, the included examples will hopefully be enough to get started.