Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e63d3a

Browse files
committed
Add install -e . to Makefile
1 parent ad46048 commit 6e63d3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ py_env: requirements.txt
3434
rm -rf py_env
3535
virtualenv py_env
3636
bash -c 'source py_env/bin/activate && \
37+
pip install -e . && \
3738
pip install -r requirements.txt'
3839

3940
clean:

0 commit comments

Comments
 (0)