Lab 3: Netconf Installing Dev Workstation
Setting Up a Development Workstation
This Before beginning this lab on your workstation, install a standard set of development applications, tools, and interfaces.
Step 1: Download load the Code
The code for this lab is available on GitHub at https://github.com/RSTForum/Knowledgebase
- Open a bash terminal and create a directory named RSTForum under your $HOME.
mkdir rstforum
cd ~/rstforum
- Clone the repository and change into the new folder.
git clone https://github.com/RSTForum/knowledgebase
- Change to the sub-directory for this module.
cd knowledgebase/netconf/
- Install the lab requirements (requirement.txt has list of libraries required for this lab)
sudo pip install -r requirements.txt
Alright, you should be all set and ready to start the lab!