Skip to content

Commit aa4ef85

Browse files
committed
Updated with PyPi installation instructions.
1 parent 40bde34 commit aa4ef85

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22
`rsmqctl` is a command line interface for [RSMQ](https://github.com/smrchy/rsmq). The CLI is developed and tested in Python using the [PyRSMQ](https://github.com/mlasevich/PyRSMQ) package.
33

44
## Installation
5-
I've not yet made a release and published `rsmqpctl` to [PyPi](https://pypi.org), so for the time being you need to clone the [repository](https://github.com/keithsharp/rsmqctl) or [download a release](https://github.com/keithsharp/rsmqctl/releases/). You can then use [pip](https://pypi.org/project/pip/) to install:
5+
`rsmqctl` is [available](https://pypi.org/project/rsmqctl/) on [PyPi](https://pypi.org/) and can be installed using [pip](https://pypi.org/project/pip/):
66
```bash
7-
git clone https://github.com/keithsharp/rsmqctl.git
8-
cd rsmqctl
9-
pip3 install .
10-
```
11-
Or
12-
```bash
13-
curl -OL https://github.com/keithsharp/rsmqctl/archive/refs/tags/rsmqctl-1.0.0.tar.gz
14-
pip3 install rsmqctl-1.0.0.tar.gz
7+
pip3 install rsmqctl
158
```
169

1710
## Using `rsmqctl`

0 commit comments

Comments
 (0)