We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e7507 commit e326b79Copy full SHA for e326b79
doc/index.rst
@@ -14,16 +14,16 @@ Khiops can be installed with `conda package manager <https://docs.conda.io/en/la
14
conda activate khiops-env
15
conda install -c conda-forge khiops
16
17
-Alternatively, you can install in a virtual environment using `pip`,
18
-under Linux (in a `bash` shell) :
+Alternatively, you can install in a virtual environment using ``pip``,
+under Linux (in a ``bash`` shell) :
19
20
.. code-block:: bash
21
22
python -m venv khiops-venv
23
source khiops-venv/bin/activate
24
pip install -U khiops
25
26
-under Windows (in a `powershell` shell) :
+under Windows (in a ``powershell`` shell) :
27
28
.. code-block:: powershell
29
0 commit comments