Skip to content

Commit

Permalink
Merge pull request #3 from xbglowx/master
Browse files Browse the repository at this point in the history
Update README.md to reflect pip install instructions
  • Loading branch information
xbglowx committed Jul 8, 2014
2 parents f703c37 + f866231 commit afce6aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 __\<tag\>__ 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<tag>.tar.gz`
1. `https://github.com/tagged/netscaler-tool/releases/tag/v<tag>.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-\<tag\>.tar.gz netscaler-tool-\<tag\>/python-netscalertool.spec
1. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment
1. tar xzvf netscaler-tool-\<tag\>.tar.gz netscaler-tool-\<tag\>/python-netscalertool.spec
1. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment

## Configuration
1. Copy netscalertool.conf.example to /etc/netscalertool.conf
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def load_requirements(fname):

setup(
name='netscaler-tool',
version='1.24',
version='1.25',
packages=find_packages(),

author="Brian Glogower",
Expand Down

0 comments on commit afce6aa

Please sign in to comment.