Skip to content

Commit

Permalink
chore: Updated README.md installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcabrero committed May 20, 2024
1 parent b5ef7c2 commit 72d3508
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ Nada-Algebra is a Python library designed for algebraic operations on NumPy-like
- **Custom Function Application**: Apply custom functions to each element of the array.

## Installation
### Using pip

```bash
pip install nada-algebra
```

### From Sources
You can install the nada-algebra library using Poetry:

```bash
git clone https://github.com/NillionNetwork/nada-algebra.git
pip3 install poetry
poetry install nada-algebra
```
Expand Down

0 comments on commit 72d3508

Please sign in to comment.