feat: initial package, with apt and sync modules

This commit is contained in:
Lance Edgar 2024-09-10 09:50:26 -05:00
commit dcfea3acbb
22 changed files with 767 additions and 0 deletions

14
docs/narr/install.rst Normal file
View file

@ -0,0 +1,14 @@
Installation
============
Just the usual for a Python package:
.. code-block:: sh
pip install WuttaMess
Note that this will also install these dependencies:
* `fabric <https://pypi.org/project/fabric/>`_
* `fabsync <https://pypi.org/project/fabsync/>`_