Skip to content

Commit 5708f1f

Browse files
committed
Doc: added Conda package install method
Fix #96
1 parent 43c5747 commit 5708f1f

File tree

4 files changed

+80
-47
lines changed

4 files changed

+80
-47
lines changed

doc/features/general/plugins.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ code completion, you can add the `cdl` package to your Python path.
6767
This can be done:
6868

6969
- By installing DataLab in your Python environment (using one of the following methods:
70-
:ref:`install_pip`, :ref:`install_wheel`, or :ref:`install_source`),
70+
:ref:`install_conda`, :ref:`install_pip`, :ref:`install_wheel`, or :ref:`install_source`),
7171

7272
- Or by adding the `cdl` package to your Python path manually:
7373

doc/intro/installation.rst

+15
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ How to install
3232

3333
DataLab is available in several forms:
3434

35+
- As a :ref:`install_conda`.
36+
3537
- As a Python package, which can be installed using the :ref:`install_pip`.
3638

3739
- :bdg-info-line:`Windows` As a stand-alone application, which does not require any
@@ -51,6 +53,19 @@ DataLab is available in several forms:
5153
latest development version of DataLab from the master branch of the
5254
Git repository. See :ref:`install_development` for more information.
5355

56+
.. _install_conda:
57+
58+
Conda package
59+
^^^^^^^^^^^^^
60+
61+
:octicon:`info;1em;sd-text-info` :bdg-info-line:`GNU/Linux` :bdg-info-line:`Windows` :bdg-info-line:`macOS`
62+
63+
To install ``datalab`` package from the `conda-forge` channel (https://anaconda.org/conda-forge/datalab), run the following command:
64+
65+
.. code-block:: console
66+
67+
$ conda install conda-forge::datalab
68+
5469
.. _install_pip:
5570

5671
Package manager ``pip``

doc/locale/fr/LC_MESSAGES/features/general/plugins.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ msgstr "Cela peut être fait :"
190190
#: ../../doc/features/general/plugins.rst:69
191191
msgid ""
192192
"By installing DataLab in your Python environment (using one of the "
193-
"following methods: :ref:`install_pip`, :ref:`install_wheel`, or "
193+
"following methods: :ref:`install_conda`, :ref:`install_pip`, :ref:`install_wheel`, or "
194194
":ref:`install_source`),"
195-
msgstr "En installant DataLab dans votre environnement Python (en utilisant l'une des méthodes suivantes : :ref:`install_pip`, :ref:`install_wheel`, ou :ref:`install_source`),"
195+
msgstr "En installant DataLab dans votre environnement Python (en utilisant l'une des méthodes suivantes : :ref:`install_conda`, :ref:`install_pip`, :ref:`install_wheel`, ou :ref:`install_source`),"
196196

197197
#: ../../doc/features/general/plugins.rst:72
198198
msgid "Or by adding the `cdl` package to your Python path manually:"

0 commit comments

Comments
 (0)