Skip to content

Commit afce6aa

Browse files
committed
Merge pull request #3 from xbglowx/master
Update README.md to reflect pip install instructions
2 parents f703c37 + f866231 commit afce6aa

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@
1010
* Depending on your use case, you might only need a system user that is read-only
1111

1212
## Installation
13+
### Pip
14+
1. pip install netscaler-tool
15+
16+
### RPM Spec File
1317
__Notes__:
1418
* Please replace __\<tag\>__ with version you wish to use
1519

16-
### RPM Spec File
1720
1. Download tar.gz specific version of the repo
18-
1. `https://github.tagged.com/bglogower/netscaler-tool/archive/v<tag>.tar.gz`
21+
1. `https://github.com/tagged/netscaler-tool/releases/tag/v<tag>.tar.gz`
1922
1. Use included rpm spec (python-netscalertool.spec) file and newly downloaded tar.gz file to build a rpm
20-
1. tar xzvf netscaler-tool-\<tag\>.tar.gz netscaler-tool-\<tag\>/python-netscalertool.spec
21-
1. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment
23+
1. tar xzvf netscaler-tool-\<tag\>.tar.gz netscaler-tool-\<tag\>/python-netscalertool.spec
24+
1. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment
2225

2326
## Configuration
2427
1. Copy netscalertool.conf.example to /etc/netscalertool.conf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def load_requirements(fname):
4646

4747
setup(
4848
name='netscaler-tool',
49-
version='1.24',
49+
version='1.25',
5050
packages=find_packages(),
5151

5252
author="Brian Glogower",

0 commit comments

Comments
 (0)