Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shermdog committed Jul 31, 2014
1 parent 9268ab5 commit 11d2df3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

The repo is under active development. If you take a clone, you are getting the latest, and perhaps not entirely stable code.

## NOTICE
## DOCUMENTATION

API Documentation hosted by [readthedocs](http://junos-pyez.readthedocs.org)

_Junos PyEZ_ wiki page, [here](https://techwiki.juniper.net/Projects/Junos_PyEZ).

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

## ABOUT

Expand Down Expand Up @@ -39,6 +42,10 @@ _Junos PyEZ_ is designed to provide the same capabilties as a user would have on
* Make configuration changes in unstructured and structured ways
* Provide common utilities for tasks such as secure copy of files and software updates

## NOTICE

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

## INSTALLATION

Installation requires Python 2.7 and associate `pip` tool
Expand Down Expand Up @@ -100,9 +107,6 @@ Example output for an SRX-210 device:
'version': '12.1X44-D10.4',
'version_info': junos.versino_info(major=(12, 1), type=X, minor=(44, 'D', 10), build=4)}
````
## DOCUMENTATION

Please refer to the _Junos PyEZ_ project page, [here](https://techwiki.juniper.net/Projects/Junos_PyEZ).

## LICENSE

Expand Down

0 comments on commit 11d2df3

Please sign in to comment.