mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
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:
Executable
+5
@@ -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
|
||||
Reference in New Issue
Block a user