Skip to content

Commit

Permalink
Add install-user
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 23, 2020
1 parent 94da094 commit cf4e54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export THEMIS_HOME := ./vim-themis


install: vim-themis
pip install --upgrade -r test/requirements.txt

install-user: vim-themis
pip install --user --upgrade -r test/requirements.txt

lint:
Expand Down

0 comments on commit cf4e54d

Please sign in to comment.