Skip to content

Commit dd7a87f

Browse files
committed
add pip install
1 parent 4941f11 commit dd7a87f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ refactoring_plan.md
1010
__pycache__/
1111
*.py[cod]
1212
*.pyo
13-
.DS_Store
13+
.DS_Store
14+
FULL.md
15+
dist/

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17734820.svg)](https://doi.org/10.5281/zenodo.17734820)
2+
13
# Loka Light
24

35
## Conceptual intro
@@ -51,7 +53,13 @@ print("probability_density:", psi.probability_density())
5153
print("probability_tensor:\n", psi.probability_tensor())
5254
```
5355

54-
## Environment
56+
## Installation
57+
58+
```bash
59+
pip install loka-light
60+
```
61+
62+
## Development
5563

5664
```bash
5765
python -m venv .venv
@@ -231,6 +239,3 @@ print("variation_distance:", report.variation_distance)
231239
PY
232240
```
233241

234-
## TODO
235-
236-
- Package and publish `loka_light` to PyPI as a small SDK for N‑pole / Σ‑aware cascades and pseudo‑quantum experiments.

0 commit comments

Comments
 (0)