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

@ -22,7 +22,7 @@ copyright = '2021, Mark Qvist'
author = 'Mark Qvist'
# The full version, including alpha/beta/rc tags
release = '0.2.8 beta'
release = '0.3.0 beta'
# -- General configuration ---------------------------------------------------

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