1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 18:34:58 +03:00

Fix build script

This commit is contained in:
Tae Won Ha 2018-03-10 16:37:17 +01:00
parent a314953d17
commit 86218ec9f4
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"
pip install requests
pip install Markdown
pip3 install requests
pip3 install Markdown
echo "### Building VimR"