diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-03 14:39:37 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-03 14:39:37 +0000 |
| commit | 9780ee5c74d375492d099c35c21ec1fd2175986c (patch) | |
| tree | 8f6df7a5b8ee8b260e16bc5b86510dc24568baff /Makefile | |
| parent | Change build status badge to github actions (diff) | |
| parent | Same fix for ratner stock (diff) | |
| download | TCPD-9780ee5c74d375492d099c35c21ec1fd2175986c.tar.gz TCPD-9780ee5c74d375492d099c35c21ec1fd2175986c.zip | |
Merge branch 'bugfix/apple'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -69,5 +69,7 @@ venv: $(VENV_DIR)/bin/activate $(VENV_DIR)/bin/activate: test -d $(VENV_DIR) || python -m venv $(VENV_DIR) - source $(VENV_DIR)/bin/activate && pip install -r ./requirements.txt + source $(VENV_DIR)/bin/activate && \ + pip install wheel && \ + pip install -r ./requirements.txt touch $(VENV_DIR)/bin/activate |
