# Overview ```{include} ./../../autogen/templates-README.md :start-line: 5 :end-line: 7 :relative-docs: . ``` You may want to directly jump to the relevant documentation: ```{toctree} :maxdepth: 2 ./../../_index/templates-index/pythonml-index.md ./../../_index/templates-index/deprecated-templates-index ``` --- ```{include} ./../../autogen/templates-README.md :start-line: 32 :end-line: 95 ``` See [`pixi-templates/README.md`](./../../autogen/pixi-templates-README.md) for details. ```{include} ./../../autogen/templates-README.md :start-line: 97 :end-line: 102 ``` See [`uv-templates/README.md`](./../../autogen/uv-templates-README.md) for details. ```{include} ./../../autogen/templates-README.md :start-line: 104 :end-line: 131 ``` - **System/non-Python packages:** - `nix` setup: - Add via Nix in `flake.nix` if available in [NixOS Search - Packages](https://search.nixos.org/packages). - If not available, see [overlays docs](./../../autogen/overlays-README.md) to define a custom packages. - `pixi` setup: - [`private channel`](https://prefix.dev/docs/prefix/channels). ```{include} ./../../autogen/templates-README.md :start-line: 138 ```