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