Cisco TECDEV-2765

Preparation

C:\> pip install pyang
Collecting pyang
Downloading https://files.pythonhosted.org/packages/5e/b4/4f1937f18914b847168ea596b77e04d75d28ff937ecc4ac7da210b17ad78/pyang-2.1.1-py2.py3-none-any.whl (572kB)
100% |████████████████████████████████| 573kB 3.6MB/s
Collecting lxml (from pyang)
Downloading https://files.pythonhosted.org/packages/aa/17/b9ccbdd50f66258d362561dbfe3cf4aaa60c82c4bba0302b3f52ab730b99/lxml-4.4.2-cp37-cp37m-win_amd64.whl (3.7MB)
100% |████████████████████████████████| 3.7MB 5.2MB/s
Installing collected packages: lxml, pyang
Successfully installed lxml-4.4.2 pyang-2.1.1
You are using pip version 10.0.1, however version 20.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\> python -m pip install --upgrade pip
Collecting pip
Downloading https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl (1.5MB)
100% |████████████████████████████████| 1.5MB 7.0MB/s
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled pip-10.0.1
Successfully installed pip-20.0.1


C:\cd lab
C:\LAB>cd GIT


C:\LAB\GIT> git clone https://github.com/YangModels/yang.git
Cloning into 'yang'...
remote: Enumerating objects: 19, done.
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 30728 (delta 6), reused 12 (delta 3), pack-reused 30709
Receiving objects: 100% (30728/30728), 61.09 MiB | 11.29 MiB/s, done.
Resolving deltas: 100% (23142/23142), done.
Checking out files: 100% (32215/32215), done.


C:\LAB\GIT> git clone https://github.com/mikemikhail/ML-anomaly_detection-demo.git
Cloning into 'ML-anomaly_detection-demo'...
remote: Enumerating objects: 61, done.
remote: Counting objects: 100% (61/61), done.
remote: Compressing objects: 100% (60/60), done.
remote: Total 178 (delta 30), reused 4 (delta 1), pack-reused 117
Receiving objects: 100% (178/178), 51.86 MiB | 11.27 MiB/s, done.
Resolving deltas: 100% (30/30), done.