Skip to content

Commit 582829c

Browse files
committed
Improve Python README
1 parent f73d6e8 commit 582829c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/opsqueue_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opsqueue_python"
3-
version = "0.30.1"
3+
version = "0.30.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

libs/opsqueue_python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
The Python client library for the Opsqueue lightweight batch processing queue system.
22

3+
## Installation instructions
4+
5+
1. Install the Python client using `pip`, `uv` or similar.
6+
2. Install the Opsqueue binary, using `cargo install opsqueue` (if you do not have Cargo/Rust installed yet, follow the instructions at https://rustup.rs/ first)
7+
3. Enjoy!
8+
9+
## More Info
10+
311
Find the full README with examples at https://github.com/channable/opsqueue

0 commit comments

Comments
 (0)