python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

Installation instructions: mention pip2 #72

Closed HaleTom closed 4 years ago

HaleTom commented 5 years ago

It took me quite a while to work out that this is a Python 2 project.

Therefore, I suggest the following installation command:

pip2 install --user ropevim

pip on Arch means pip3.

HaleTom commented 5 years ago

Related: #63

mcepl commented 4 years ago

Closed by #76 as well.