Skip to content

Commit 107de3e

Browse files
committed
add install section
closes #2
1 parent 8b8b2d0 commit 107de3e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ The project metadata currently targets Python `>=3.8`. The current
1616
implementation is Unix-focused and intended for Linux and macOS; Windows is
1717
not supported by this codebase.
1818

19+
## Install
20+
21+
Install the published package from PyPI:
22+
23+
```bash
24+
pip install rsloop
25+
```
26+
27+
With `uv`:
28+
29+
```bash
30+
uv add rsloop
31+
```
32+
1933
## Current Surface Area
2034

2135
Today’s codebase provides:

0 commit comments

Comments
 (0)