mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-10 19:11:54 +00:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
|
python3 -m venv venv
|
||
|
. venv/bin/activate
|
||
|
pip3 install yangson cbor
|
||
|
|
||
|
python3 cbor-json-yang.py "$@"
|