Commit c93623b
authored
[no-ci] docs: add uv and pixi installation instructions (#1650)
* docs: add uv and pixi installation instructions
Add installation instructions for two modern Python package managers:
- uv: A fast Python package and project manager from Astral, compatible
with PyPI packages. Instructions cover basic install, optional deps,
and virtual environment creation.
- pixi: A cross-platform package manager built on the conda ecosystem,
with support for conda-forge packages. Instructions cover project
initialization, adding dependencies via CLI, and pixi.toml config.
Both tools are increasingly popular in the scientific Python community
and provide faster dependency resolution than traditional pip/conda.
Closes #1248
* docs: refocus uv/pixi sections on development workflows
* docs: revert cuda_bindings install.rst to upstream
Remove changes to cuda_bindings/ as requested by maintainer —
external contributors cannot modify files under that path.
The uv/pixi dev workflow docs remain in cuda_core/.
Signed-off-by: Maxime Grenu <maxime.grenu@gmail.com>
---------
Signed-off-by: Maxime Grenu <maxime.grenu@gmail.com>1 parent f9539c3 commit c93623b
1 file changed
+50
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
74 | 124 | | |
75 | 125 | | |
76 | 126 | | |
| |||
0 commit comments