Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
fix(make): install pipenv by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Caian R. Ertl committed Aug 20, 2018
1 parent 7749146 commit 209b9ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.PHONY: docs

dep:
init:
pip3 install pipenv --upgrade

dep: init
pipenv install

dev:
dev: init
pipenv install --dev

docs:
Expand Down

0 comments on commit 209b9ac

Please sign in to comment.