Quick Install

Once you install TileDB, visit the Usage page to see how to use TileDB in your programs.

# Install from PyPI:
$ pip install tiledb

# Or Conda:
$ conda install -c conda-forge tiledb-py

Conda will install pre-built TileDB-Py and TileDB core binaries for Windows, macOS, or Linux. Pip currently provides binary wheels for Linux, and will build all dependences from source on other platforms (see Building from Source for more information).

Last updated