From 3b3e640a375bff2089f418594241563d9ca90aa5 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 ++---------- 1 file changed, 2 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 -``` -