# Installation ## PyPI You can install from PyPI via `pip`: ```bash pip install yardang ``` The `furo` theme is included by default. To pull in the other bundled themes (`sphinxawesome_theme`, `shibuya`), install the `themes` extra: ```bash pip install yardang[themes] ``` ## Conda You can install from `conda-forge` via `conda` (or `mamba`, etc): ```bash conda install yardang -c conda-forge ``` ## Source `yardang` can also be built and installed from source: ```bash git clone https://github.com/python-project-templates/yardang.git cd yardang pip install -e . ```