Skip to content

Commit 675cd30

Browse files
committed
change readme and bump version
1 parent 28ac857 commit 675cd30

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Deterministic sampling via orthogonal inverse transform of low-discrepancy Fibon
44

55
## Installation
66

7-
Install directly from GitHub:
7+
Install via pip:
8+
9+
```bash
10+
pip install deterministic-gaussian-sampling-fibonacci
11+
```
12+
13+
or directly from GitHub:
814

915
```bash
1016
pip install git+https://github.com/KIT-ISAS/deterministic_gaussian_sampling_fibonacci.git

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deterministic-gaussian-sampling-fibonacci"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Deterministic sampling via orthogonal inverse transform of low-discrepancy Fibonacci grids."
55
authors = [
66
{name = "Vlad Korsakov",email = "ulqba@student.kit.edu"},

0 commit comments

Comments
 (0)