Skip to content

Commit

Permalink
Update to recommend using python2
Browse files Browse the repository at this point in the history
  • Loading branch information
knewell committed Apr 20, 2018
1 parent bfd1a63 commit 3b3e640
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Suggest you use Python3 virtualenv
Suggest you use Python2 and virtualenv
```
python3 -m venv .
virtualenv .
source bin/activate
```

Expand All @@ -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
```

0 comments on commit 3b3e640

Please sign in to comment.