From 3062d4678db74fb189b1fc0a1076ea7a823790c5 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 9 May 2019 18:37:41 -0700 Subject: [PATCH] update installation file --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d2d51a0..98a0fa5 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash git submodule update --init --recursive -pip install --user pyflakes --upgrade -pip install --user pynvim --upgrade +pip2 install --user pyflakes --upgrade +pip3 install --user pynvim --upgrade