routetonull / pyATS_GENIE_NetDevOpsLive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetDevOps Live - pyATS / GENIE Guide

s02t08

Lab Setup

Clone this repository and move to directory

git clone https://github.com/RunSi/pyATS_GENIE_NetDevOpsLive.git
cd ~/pyATS_GENIE_NetDevOpsLive

Create a Python virtual environment and install necessary libraries

# create python virtual environment
python3 -m venv venv

# activate virtual environment
source venv/bin/activate

# update pip/setuptools
pip install --upgrade pip setuptools

# install pyATS and GENIE libraries
pip install -r requirements.txt

Proceed to GENIE CLI

About

License:Other


Languages

Language:HTML 98.8%Language:Python 1.0%Language:RobotFramework 0.2%