Skip to content

Commit

Permalink
1.1.0 Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shermdog committed Jan 15, 2015
1 parent 2a573ad commit d0f0304
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ _Junos PyEZ_ is designed to provide the same capabilities as a user would have o

## NOTICE

As of release 0.5.0, _Junos PyEZ_ requires [ncclient](https://pypi.python.org/pypi/ncclient) version 0.4.1 or later.
As of release 1.1.0, _Junos PyEZ_ requires [ncclient](https://pypi.python.org/pypi/ncclient) version 0.4.3 or later.

## INSTALLATION

Installation requires Python 2.7 and associate `pip` tool
Installation requires Python 2.6 or 2.7 and associated `pip` tool

pip install junos-eznc

Expand All @@ -68,12 +68,6 @@ Upgrading has the same requirements as installation and has the same format with

pip install -U junos-eznc

## INSTALLATION PRIOR TO 0.0.5

Prior to release 0.0.5, _Junos PyEZ_ used a fork of ncclient

pip install git+https://github.com/Juniper/ncclient.git
pip install junos-eznc

## HELLO, WORLD

Expand Down

0 comments on commit d0f0304

Please sign in to comment.