-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
28 lines (22 loc) · 864 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
========================================
= YANG TOOL Quick Guide =
========================================
1. Run Time Environment Requirements:
python language
• python2.7+
python2 external modules
• lxml
• pyang
2. Installation
a. Download python2.7 from below web site
https://www.python.org/
b. install external module called lxml
Check pip or easy_install is available(latest version(2.7.13) have already included
pip and easy_install), recommend use easy_install to install lxml. If not, pip and
esay_install have to be installed firstly. Refer to below link to install pip
https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py
c. install pyang
$PYTHON_HOME/Scripts/pip install pyang
d. install lxml
$PYTHON_HOME/Scripts/easy_install lxml(recommend)
$PYTHON_HOME/Scripts/pip install lxml