Skip to content

Commit 64cc1b9

Browse files
committed
DOCS-quantopian#22: Update installation section
Signed-off-by: Richard Lin <richard.lin.047@berkeley.edu>
1 parent f3f319c commit 64cc1b9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,22 @@ Full documentation for Modin-spreadsheet is still in progress. Most features are
3030

3131
Installation
3232
------------
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: ::
3334

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::
3539

36-
pip install modin-spreadsheet
3740
jupyter nbextension enable --py --sys-prefix modin_spreadsheet
3841

3942
# only required if you have not enabled the ipywidgets nbextension yet
4043
jupyter nbextension enable --py --sys-prefix widgetsnbextension
4144

45+
If needed, Modin-spreadsheet can be installed through PyPi. ::
46+
47+
pip install modin-spreadsheet
48+
4249
What's New
4350
----------
4451
**Column-specific options (as of 1.1.0)**:

0 commit comments

Comments
 (0)