Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Mar 27, 2018
1 parent 38e517b commit dacc0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ PORT = 8001
# CORE COMMANDS
install:
@echo "... setting up virtualenv"
virtualenv env
python3.6 -m venv env
. $(VENV); pip install -r requirements.txt
. $(VENV); $(SPHINXBUILD) . build/html
@echo "\n" \
Expand Down

0 comments on commit dacc0ec

Please sign in to comment.