mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
Adapt appcast script to python3
This commit is contained in:
parent
24b394f20c
commit
26a7560ba9
@ -42,8 +42,8 @@ fi
|
|||||||
|
|
||||||
echo "### Installing some python packages"
|
echo "### Installing some python packages"
|
||||||
|
|
||||||
pip2 install requests
|
pip install requests
|
||||||
pip2 install Markdown
|
pip install Markdown
|
||||||
|
|
||||||
echo "### Building VimR"
|
echo "### Building VimR"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user