Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.11 KB

File metadata and controls

35 lines (27 loc) · 1.11 KB

DataFusion docs

Dependencies

It's recommended to install build dependencies and build the the documentation inside a Python virtualenv.

  • Python
  • pip install -r requirements.txt
  • Datafusion python package. You can install the latest version by running maturin develop inside ../python directory.

Build

make html