diff --git a/README.md b/README.md index a7f2df3..882b8e4 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,18 @@ * Depending on your use case, you might only need a system user that is read-only ## Installation +### Pip +1. pip install netscaler-tool + +### RPM Spec File __Notes__: * Please replace __\__ with version you wish to use -### RPM Spec File 1. Download tar.gz specific version of the repo - 1. `https://github.tagged.com/bglogower/netscaler-tool/archive/v.tar.gz` + 1. `https://github.com/tagged/netscaler-tool/releases/tag/v.tar.gz` 1. Use included rpm spec (python-netscalertool.spec) file and newly downloaded tar.gz file to build a rpm - 1. tar xzvf netscaler-tool-\.tar.gz netscaler-tool-\/python-netscalertool.spec - 1. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment + 1. tar xzvf netscaler-tool-\.tar.gz netscaler-tool-\/python-netscalertool.spec + 1. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment ## Configuration 1. Copy netscalertool.conf.example to /etc/netscalertool.conf diff --git a/setup.py b/setup.py index 57eb980..1867d4f 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def load_requirements(fname): setup( name='netscaler-tool', - version='1.24', + version='1.25', packages=find_packages(), author="Brian Glogower",