add-printing #1
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
python address-label.py <&0
|
||||
|
||||
export BROTHER_QL_MODEL=QL-720NW !3678
|
||||
|
|
Loading…
Reference in a new issue
Hier könnte noch ein
pip install -r …
stehen.