mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 20:28:43 +00:00
6 lines
99 B
Plaintext
Executable File
6 lines
99 B
Plaintext
Executable File
python3 -m venv venv
|
|
. venv/bin/activate
|
|
pip3 install yangson cbor
|
|
|
|
python3 cbor-json-yang.py "$@"
|