0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

YANG: JSON -> CBOR always checks the deps and venv

This commit is contained in:
Maria Matejka 2023-11-15 12:34:16 +01:00
parent 815b1d4036
commit fe52f98a92
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +0,0 @@
python3 -m venv venv
pip3 install yangson cbor

View File

@ -1,3 +1,6 @@
python3 -m venv venv
. venv/bin/activate
pip3 install yangson cbor
python3 json-cbor-yang.py "$@"
#python3 json2cbor.py "$@"