Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to recommend using python2
knewell committed Apr 20, 2018
1 parent ae7c20d commit 16d0524
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 2 additions & 10 deletions 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
```

1 change: 1 addition & 0 deletions requirements.txt
@@ -1,3 +1,4 @@
ansible
junos-eznc
junos-netconify
napalm-ansible

0 comments on commit 16d0524

Please sign in to comment.