forked from python-project-templates/yardang
-
Notifications
You must be signed in to change notification settings - Fork 0
docs src installation
Tim Paine edited this page Feb 7, 2026
·
1 revision
You can install from PyPI via pip:
pip install yardang You can install from conda-forge via conda (or mamba, etc):
conda install yardang -c conda-forge yardang can also be built and installed from source:
git clone https://github.com/python-project-templates/yardang.git cd yardang pip install -e .