Skip to content

Commit

Permalink
DOCS-quantopian#22: Update installation section
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lin <[email protected]>
  • Loading branch information
richardlin047 committed Mar 25, 2021
1 parent f3f319c commit 64cc1b9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,22 @@ Full documentation for Modin-spreadsheet is still in progress. Most features are

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

Installing with pip::
pip install modin
pip install modin[spreadsheet]

To enable the Modin-spreadsheet widget, you may need to also run::

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

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

If needed, Modin-spreadsheet can be installed through PyPi. ::

pip install modin-spreadsheet

What's New
----------
**Column-specific options (as of 1.1.0)**:
Expand Down

0 comments on commit 64cc1b9

Please sign in to comment.