mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add install -e . to Makefile
This commit is contained in:
parent
27291ffa31
commit
8dc0c7a9ee
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -34,6 +34,7 @@ py_env: requirements.txt
|
|||
rm -rf py_env
|
||||
virtualenv py_env
|
||||
bash -c 'source py_env/bin/activate && \
|
||||
pip install -e . && \
|
||||
pip install -r requirements.txt'
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue