added examples

This commit is contained in:
2024-01-19 11:24:04 +01:00
parent 6bd8e71985
commit b74d540032
65 changed files with 7053 additions and 16 deletions

16
docs/build/_sources/index/usage.rst.txt vendored Normal file
View File

@@ -0,0 +1,16 @@
Usage
=====
Installation
------------
To use fn_gen, you need to first build it using python build:
.. code-block:: console
(.venv) $ pip install build
(.venv) $ python -m build
(.venv) $ deactivate
$ pip install dist/fn_gen-0.0.1-py3-none-any.whl