git clone https://github.com/larsb-dev/network-automation-with-python.git
python3 -m venv myvenv
source myvenv/bin/activate
pip3 install -r requirements.txt
nano .env
IP_ADDRESS=network_device_ip_address
PORT=ssh_port
SSH_USER=username
CONFIG_PATH=config_to_push
python3 main.py