-
Notifications
You must be signed in to change notification settings - Fork 1
docs src installation
github-actions[bot] edited this page Aug 17, 2026
·
4 revisions
You can install from PyPI via pip:
pip install yardangThe furo theme is included by default. To pull in the other bundled themes (sphinxawesome_theme, shibuya), install the themes extra:
pip install yardang[themes]You can install from conda-forge via conda (or mamba, etc):
conda install yardang -c conda-forgeyardang can also be built and installed from source:
git clone https://github.com/python-project-templates/yardang.git
cd yardang
pip install -e .