Added check for process yang being executed from venv. If not, then following error is printed for the user:
ERROR: Please run this in a python3 virtual environment.
Added check for installation of pyang in venv. If not, then following error is printed for the user:
ERROR: Please install pyang in the virtual environment.
This fixes #34
Added check for process yang being executed from venv. If not, then following error is printed for the user: ERROR: Please run this in a python3 virtual environment.
Added check for installation of pyang in venv. If not, then following error is printed for the user: ERROR: Please install pyang in the virtual environment.