mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
YANG: JSON -> CBOR always checks the deps and venv
This commit is contained in:
parent
815b1d4036
commit
fe52f98a92
@ -1,2 +0,0 @@
|
|||||||
python3 -m venv venv
|
|
||||||
pip3 install yangson cbor
|
|
@ -1,3 +1,6 @@
|
|||||||
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
pip3 install yangson cbor
|
||||||
|
|
||||||
python3 json-cbor-yang.py "$@"
|
python3 json-cbor-yang.py "$@"
|
||||||
#python3 json2cbor.py "$@"
|
#python3 json2cbor.py "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user