1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Adapt appcast script to python3

This commit is contained in:
Tae Won Ha 2018-03-04 11:37:34 +01:00
parent 24b394f20c
commit 26a7560ba9
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -42,8 +42,8 @@ fi
echo "### Installing some python packages"
pip2 install requests
pip2 install Markdown
pip install requests
pip install Markdown
echo "### Building VimR"