Skip to content

Commit

Permalink
Merge pull request #72 from MartyLake/fix-issue-71-document-win32-ins…
Browse files Browse the repository at this point in the history
…tall-cornercas

Document vim install steps for win32 users.
  • Loading branch information
Shougo committed May 15, 2021
2 parents 0b70009 + 4d1f9f4 commit 93ae387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,8 @@ open a PR if you get any idea on improving it**.
- [pynvim](https://github.com/neovim/pynvim)
- Pynvim is normally installed by `:py3 import pip; pip.main(['install',
'--user', 'pynvim'])` or `python3 -m pip install pynvim`.
If you are a win32 user, be careful that your python install and your
vim install should both the same architecture (both 64bit or both 32).
- There should be no error for at least one of `:python3 import pynvim` and
`:python3 import neovim`
5. Else if `has('python')`
Expand Down

0 comments on commit 93ae387

Please sign in to comment.