mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Add install -e . to Makefile
This commit is contained in:
parent
ad4604818d
commit
6e63d3a4a2
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
|
rm -rf py_env
|
||||||
virtualenv py_env
|
virtualenv py_env
|
||||||
bash -c 'source py_env/bin/activate && \
|
bash -c 'source py_env/bin/activate && \
|
||||||
|
pip install -e . && \
|
||||||
pip install -r requirements.txt'
|
pip install -r requirements.txt'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue