Skip to content

Commit

Permalink
DOCS-modin-project#3414: fix UsingOmnisci topic
Browse files Browse the repository at this point in the history
Signed-off-by: Myachev <[email protected]>
  • Loading branch information
anmyachev committed Sep 20, 2021
1 parent 41a1288 commit 887d3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UsingOmnisci/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To enable this engine you could set the following environment variables:

.. code-block:: bash
export MODIN_ENGINE=ray
export MODIN_ENGINE=native
export MODIN_BACKEND=omnisci
export MODIN_EXPERIMENTAL=true
Expand All @@ -18,7 +18,7 @@ or turn it on in source code:
.. code-block:: python
import modin.config as cfg
cfg.Engine.put('ray')
cfg.Engine.put('native')
cfg.Backend.put('omnisci')
cfg.IsExperimental.put(True)
Expand Down

0 comments on commit 887d3c0

Please sign in to comment.