install python requirements in address-label.sh
This commit is contained in:
parent
20dea73b12
commit
2bf16f6a8d
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
python address-label.py <&0
|
python address-label.py <&0
|
||||||
|
|
||||||
export BROTHER_QL_MODEL=QL-720NW !3678
|
export BROTHER_QL_MODEL=QL-720NW !3678
|
||||||
|
|
Loading…
Reference in a new issue