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

Pip some packages to be sure

This commit is contained in:
Tae Won Ha 2016-10-22 10:12:39 +02:00
parent 546b693447
commit 4f9f9e906c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -14,6 +14,11 @@ export PATH=/usr/local/bin:$PATH
# - MARKETING_VERSION
# - RELEASE_NOTES
echo "### Installing some python packages"
pip install requests
pip install Markdown
echo "### Building VimR"
./bin/prepare_repositories.sh