added examples
This commit is contained in:
16
docs/build/_sources/index/usage.rst.txt
vendored
Normal file
16
docs/build/_sources/index/usage.rst.txt
vendored
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user