From 16d05241d2740723ba62d96d637a961ed7a5867d Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Thu, 19 Apr 2018 21:54:52 -0400 Subject: [PATCH] Update to recommend using python2 --- README.md | 12 ++---------- requirements.txt | 1 + 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 535313e..fac3877 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Suggest you use Python3 virtualenv +Suggest you use Python2 and virtualenv ``` -python3 -m venv . +virtualenv . source bin/activate ``` @@ -9,11 +9,3 @@ Update pip and install requirements pip install --upgrade pip pip install -r requirements.txt ``` - -Install napalm-ansible (currently need to install from source, issues when using pip) -``` -git clone https://github.com/napalm-automation/napalm-ansible.git -cd napalm-ansible -python setup.py install -``` - diff --git a/requirements.txt b/requirements.txt index a556a61..7003f0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ ansible junos-eznc junos-netconify +napalm-ansible