Skip to content

docs src installation

github-actions[bot] edited this page Feb 3, 2026 · 1 revision

Installation

PyPI

You can install from PyPI via pip:

pip install yardang 

Conda

You can install from conda-forge via conda (or mamba, etc):

conda install yardang -c conda-forge 

Source

yardang can also be built and installed from source:

git clone https://github.com/python-project-templates/yardang.git cd yardang pip install -e . 

Clone this wiki locally