Menu

Lab 3: Netconf Installing Dev Workstation

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

  1. Open a bash terminal and create a directory named RSTForum under your $HOME.
mkdir rstforum
cd ~/rstforum
  1. Clone the repository and change into the new folder.
git clone https://github.com/RSTForum/knowledgebase
  1. Change to the sub-directory for this module.
cd knowledgebase/netconf/
  1. 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!