From 3261d4f70d5123f9788caf038e01f2943fa8af39 Mon Sep 17 00:00:00 2001
From: Popescu V <136721202+popescu-v@users.noreply.github.com>
Date: Tue, 30 Jun 2026 18:33:36 +0200
Subject: [PATCH] Update installation instructions: first Pip, then Conda
---
doc/index.rst | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/index.rst b/doc/index.rst
index f524ce21..42c0f3f2 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -6,16 +6,8 @@ Welcome to the Khiops Python API documentation page.
Installation
------------
-Khiops can be installed with `conda package manager `_
-
-.. code-block:: bash
-
- conda create -n khiops-env
- conda activate khiops-env
- conda install -c conda-forge khiops
-
-Alternatively, you can install in a virtual environment using ``pip``,
-under Linux (in a ``bash`` shell) :
+Khiops can be installed in a Python virtual environment using ``pip``,
+under Linux and macOS (in a ``bash`` shell):
.. code-block:: bash
@@ -31,7 +23,15 @@ under Windows (in a ``powershell`` shell) :
khiops-venv\Scripts\activate
pip install -U khiops
-More details and other install methods are documented at the `Khiops website
+Alternatively, you can install Khiops with the `Conda package manager `_
+
+.. code-block:: bash
+
+ conda create -n khiops-env
+ conda activate khiops-env
+ conda install -c conda-forge khiops
+
+More details and other installation methods are documented at the `Khiops website
`_.