Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 313 Bytes

get_started.rst

File metadata and controls

24 lines (15 loc) · 313 Bytes

Get Started

Install

autoflex is designed to be intentionally easy to install via pip and use within your project

pip install autoflex

In your documentation project conf.py:

extensions = [
   ...
   "autoflex",
   ...
]

That's it!