Skip to content

Commit 1bfa345

Browse files
authored
Update README.md
1 parent 6ad6476 commit 1bfa345

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,19 @@ df = extract_features(trace, "event", ["mean", "std", "duration"])
4141

4242
## Installation
4343

44-
Python 3.10–3.13. Requires a C compiler for the Cython extension.
44+
Python 3.10–3.13. Requires a C compiler for the Cython extension.
45+
To get the latest release:
4546

4647
```bash
4748
pip install ionique
4849
```
4950

51+
For latest unreleased version directly from GitHub:
52+
53+
```bash
54+
pip install git+https://github.com/username/repo.git
55+
```
56+
5057
For development:
5158

5259
```bash

0 commit comments

Comments
 (0)