Skip to content

Commit

Permalink
Add README.md and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
knewell committed Apr 18, 2018
1 parent 4af455a commit 38b1e4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ansible
junos-eznc
junos-netconify

0 comments on commit 38b1e4e

Please sign in to comment.