Skip to content

Installation

Requirements

  • Python 3.12 or newer

Install for Library Use

With uv:

uv add soiltextureplot

With pip:

pip install soiltextureplot

Optional App Dependency

If you want Streamlit app features from this repository setup:

pip install "soiltextureplot[app]"

Verify Installation

python -c "import soiltextureplot; print('soiltextureplot installed')"