Skip to content

Install ipfs-stac

ipfs-stac currently requires Python 3.11 or above. To install from the Python Package index (PyPi) run the following command:

python pip install ipfs-stac

Development Installation

We use poetry for dependency management.

To install a development version from source:

git clone https://github.com/DecentralizedGeo/ipfs-stac.git
cd ipfs-stac
python -m venv .venv
poetry install --with dev

Documentation Installation

We use mkdocs and the material theme extension to build and generate our documentation.

To install the documentation dependencies:

poetry install --with docs

To build the documentation and view it locally:

mkdocs build
mkdocs server --clean --open