Skip to content

fix typo on uninstall string #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migrate_to_0.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Upgrade the xlwings Python package
>>> import xlwings
>>> xlwings.__path__

2. If you installed xlwings with pip, for once, you should first uninstall xlwings: ``pip xlwings uninstall``
2. If you installed xlwings with pip, for once, you should first uninstall xlwings: ``pip uninstall xlwings``
3. Check the directory that you got under 1): if there are any files left over, delete the ``xlwings`` folder and the
remaining files manually
4. Install the latest xlwings version: ``pip install xlwings``
Expand Down Expand Up @@ -45,4 +45,4 @@ Upgrade existing workbooks
5. If you want to use workbook specific settings, add a sheet ``xlwings.conf``, see :ref:`addin_wb_settings`


**Note**: To import UDFs, you need to have the reference to the xlwings add-in set!
**Note**: To import UDFs, you need to have the reference to the xlwings add-in set!