From 81f197f2d385d8f2fe33d541711989429149da09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 27 Jul 2025 14:55:33 +0900 Subject: [PATCH] Add Pixi installation option to getting started guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new tab in the installation section for Pixi package manager, providing an alternative installation method alongside pip and conda. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- doc/source/getting-started.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/getting-started.rst b/doc/source/getting-started.rst index d99083a482..4e4d34262c 100644 --- a/doc/source/getting-started.rst +++ b/doc/source/getting-started.rst @@ -34,6 +34,12 @@ PyVista can be installed on several environments, including, but not limited to: conda install -c conda-forge pyvista jupyterlab trame trame-vuetify trame-vtk ipywidgets + .. tab-item:: pixi + + .. code:: + + pixi add pyvista jupyterlab trame trame-vuetify trame-vtk ipywidgets +