pull/4/head
Mark Qvist 2020-04-27 13:43:20 +02:00
rodzic e9cfbb1118
commit 1b5e9e3699
2 zmienionych plików z 10 dodań i 1 usunięć

3
.gitignore vendored
Wyświetl plik

@ -3,3 +3,6 @@
testutils
TODO
Examples/RNS
build
dist
rns*.egg-info

Wyświetl plik

@ -54,7 +54,13 @@ Some countries still ban the use of encryption when operating under an amateur r
## How do I get started?
Full documentation and video tutorials are coming with the stable alpha release. Until then, you are mostly on your own. If you really want to experiment already, you could take a look in the "Examples" folder, for some well-documented example programs. Be sure to also read the [Reticulum Overview Document](http://unsigned.io/wp-content/uploads/2018/04/Reticulum_Overview_v0.4.pdf).
To install dependencies and get started:
If you just need Reticulum as a dependency for another application, the easiest way is probably via pip:
```bash
pip3 install rns
```
For development, you might want to get the latest source from GitHub. To install dependencies and get started:
```bash
# Install dependencies