You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,22 @@ Full documentation for Modin-spreadsheet is still in progress. Most features are
30
30
31
31
Installation
32
32
------------
33
+
Modin-spreadsheet is intended be used through the `Modin Spreadsheet API <https://modin.readthedocs.io>`_ (Docs in progress...). Please install Modin and modin-spreadsheet by running the following: ::
33
34
34
-
Installing with pip::
35
+
pip install modin
36
+
pip install modin[spreadsheet]
37
+
38
+
To enable the Modin-spreadsheet widget, you may need to also run::
0 commit comments