# User guide ```{toctree} --- hidden: caption: User guide --- Installation Command line tools Configuration file Configuration options ``` ## Installation Install the latest release by: ```powershell pip install geosections ``` Or the latest (experimental) version of the main branch directly from GitHub using: ```powershell pip install git+https://github.com/Deltares-research/geosections.git ``` Next, check the installation by: ```powershell geosections --help ```