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:
parent
24b394f20c
commit
26a7560ba9
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user