File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
17201 . 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 `
19221 . 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
24271 . Copy netscalertool.conf.example to /etc/netscalertool.conf
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def load_requirements(fname):
4646
4747setup (
4848 name = 'netscaler-tool' ,
49- version = '1.24 ' ,
49+ version = '1.25 ' ,
5050 packages = find_packages (),
5151
5252 author = "Brian Glogower" ,
You can’t perform that action at this time.
0 commit comments