aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-25 23:24:16 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-25 23:24:16 +0200
commit6686b28173b55e45cddd6c6c276a4477b07343ec (patch)
tree10af454cb9d40da120ff211303ad8b9aeececb5c /Makefile
parentMove green to test dependencies (diff)
parentMerge branch 'bugfix/neurips' into master (diff)
downloadpaper2remarkable-6686b28173b55e45cddd6c6c276a4477b07343ec.tar.gz
paper2remarkable-6686b28173b55e45cddd6c6c276a4477b07343ec.zip
Merge branch 'master' into bugfix/html-figure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 769fc87..bcbc420 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ doc: install ## Build documentation with Sphinx
venv: $(VENV_DIR)/bin/activate
$(VENV_DIR)/bin/activate:
- test -d $(VENV_DIR) || virtualenv $(VENV_DIR)
+ test -d $(VENV_DIR) || python -m venv $(VENV_DIR)
source $(VENV_DIR)/bin/activate && pip install -e .[dev]
touch $(VENV_DIR)/bin/activate