File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ Installation
1515Installation requires Python 2.7 and associated pip tool
1616
1717 1. Install using pip command
18+ sudo pip install jsnapy
19+ 2. Install using pip command from github
1820 sudo pip install git+https://github.com/Juniper/jsnapy.git
19- 2 . Updating using pip command
21+ 3 . Updating using pip command
2022 sudo pip install -U git+https://github.com/Juniper/jsnapy.git
21- 3 . Download or clone the source code from this git repository
23+ 4 . Download or clone the source code from this git repository
2224 git clone https://github.com/Juniper/jsnapy
2325 Or Untar jsnapy-master.zip (if downloaded zip folder)
2426 unzip jsnapy-master.zip
Original file line number Diff line number Diff line change 55# All rights reserved.
66#
77
8- __version__ = "0.1"
8+ __version__ = "1.0.0"
9+ DATE = "2016-Aug-26"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def run(self):
4343 version = __version__ ,
4444 description = "Python version of Junos Snapshot Administrator" ,
4545 author = "Priyal Jain" ,
46- author_email = "jpriyal @juniper.net" ,
46+ author_email = "jnpr-community-netdev @juniper.net" ,
4747 license = "Apache 2.0" ,
4848 keywords = "Junos snapshot automation" ,
4949 url = "http://www.github.com/Juniper/jsnapy" ,
You can’t perform that action at this time.
0 commit comments