mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-11 05:09:55 +02:00
Add new file
This commit is contained in:
parent
9fbd6be998
commit
ad908882f3
1 changed files with 9 additions and 0 deletions
9
make.sh
Normal file
9
make.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: build install
|
||||
|
||||
build:
|
||||
python3 setup.py build
|
||||
|
||||
install:
|
||||
python3 setup.py install --user
|
||||
cp sbb_binarize/sbb_binarize.py ~/bin/sbb_binarize
|
||||
chmod +x ~/bin/sbb_binarize
|
Loading…
Add table
Add a link
Reference in a new issue