We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ac857 commit 675cd30Copy full SHA for 675cd30
2 files changed
README.md
@@ -4,7 +4,13 @@ Deterministic sampling via orthogonal inverse transform of low-discrepancy Fibon
4
5
## Installation
6
7
-Install directly from GitHub:
+Install via pip:
8
+
9
+```bash
10
+pip install deterministic-gaussian-sampling-fibonacci
11
+```
12
13
+or directly from GitHub:
14
15
```bash
16
pip install git+https://github.com/KIT-ISAS/deterministic_gaussian_sampling_fibonacci.git
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "deterministic-gaussian-sampling-fibonacci"
3
-version = "0.2.4"
+version = "0.2.5"
description = "Deterministic sampling via orthogonal inverse transform of low-discrepancy Fibonacci grids."
authors = [
{name = "Vlad Korsakov",email = "ulqba@student.kit.edu"},
0 commit comments