Updated documentation

This commit is contained in:
Mark Qvist
2021-12-02 18:33:00 +01:00
parent 2d3969aa3d
commit 7092589388
18 changed files with 56 additions and 39 deletions

View File

@@ -77,6 +77,13 @@ The above command will install Reticulum and dependencies, and you will be
ready to import and use RNS in your own programs. The next step will most
likely be to look at some :ref:`Example Programs<examples-main>`.
For extended functionality, you can install optional dependencies:
.. code::
pip3 install pyserial netifaces
Further information can be found in the :ref:`API Reference<api-main>`.