Install ipfs-stac
ipfs-stac
currently requires Python 3.11 or above. To install from the Python Package index (PyPi) run the following command:
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:
To build the documentation and view it locally: