3 changed files with 18 additions and 9 deletions
@ -0,0 +1,5 @@ |
|||||
|
default: |
||||
|
virtualenv venv && source venv/bin/activate && pip install -r requirements.txt |
||||
|
|
||||
|
run: |
||||
|
source venv/bin/activate && ./slice.py ${DIR} |
@ -0,0 +1,2 @@ |
|||||
|
run `make` to install it, then do `make DIR=/wherever/your/files/are/ run` to |
||||
|
run it |
Loading…
Reference in new issue