statd: Add script to install yang-tools locally (under /home)

This to be able to run statd locally on your computer.
This commit is contained in:
Mattias Walström
2025-04-23 13:45:50 +02:00
parent 5a982ab9ff
commit 513c03a764
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# installs yanger-tools locally on your computer
poetry build
pip install --break-system-packages --user --force-reinstall dist/infix_yang_tools-1.0-py2.py3-none-any.whl
rm -rf dist