From 38b1e4e6d10d41301212ef87575a04206e7f5d11 Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Wed, 18 Apr 2018 16:11:21 -0400 Subject: [PATCH] Add README.md and requirements.txt --- README.md | 19 +++++++++++++++++++ requirements.txt | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 README.md create mode 100644 requirements.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..c170e8c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Suggest you use Python3 virtualenv +``` +python3 -m venv . +source bin/activate +``` + +Update pip and install requirements +``` +pip install --update 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 new file mode 100644 index 0000000..a556a61 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +ansible +junos-eznc +junos-netconify