Skip to content

Commit

Permalink
Added uninstall instruction; bump up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
xybu committed Oct 15, 2016
1 parent 6b4a85d commit 852f4b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ $ pip install -r requirements.txt # might need sudo
$ ./setup.py install --user
```

# Uninstallation

To uninstall the package,

```bash
$ pip uninstall python-resmon
```

# Usage

After installing, try with command `resmon --help` for more info:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='python-resmon',
version='1.0',
version='1.0.1',
author='Xiangyu Bu',
author_email='[email protected]',
license='MIT License',
Expand Down

0 comments on commit 852f4b0

Please sign in to comment.