Skip to content

Commit 72d3508

Browse files
committed
chore: Updated README.md installation instructions
1 parent b5ef7c2 commit 72d3508

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ Nada-Algebra is a Python library designed for algebraic operations on NumPy-like
1414
- **Custom Function Application**: Apply custom functions to each element of the array.
1515

1616
## Installation
17+
### Using pip
1718

19+
```bash
20+
pip install nada-algebra
21+
```
22+
23+
### From Sources
1824
You can install the nada-algebra library using Poetry:
1925

2026
```bash
27+
git clone https://github.com/NillionNetwork/nada-algebra.git
2128
pip3 install poetry
2229
poetry install nada-algebra
2330
```

0 commit comments

Comments
 (0)