Skip to content

Commit

Permalink
Chore: Small corrections and QoL improvements (#31)
Browse files Browse the repository at this point in the history
* fix: small_qol_updates

* chore: bump version number

* chore: update nada-numpy version 0.3.2
  • Loading branch information
jcabrero authored Jul 30, 2024
1 parent 50c3b64 commit baf338c
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 226 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ You can install the nada-ai library using Poetry:

```bash
git clone https://github.com/NillionNetwork/nada-ai.git
pip3 install poetry
poetry install nada-ai
pip install ./nada-ai
```
### Advanced Options

In certain cases, you may want to install Nada AI with different development libraries. The options may be installed as follows:
```
pip install ./nada-ai[examples] # To include the libraries required for the examples
pip install ./nada-ai[linter] # To include automatic linting tools for development
```

In a normal scenario, these libraries won't be installed by Nada AI.
## License

This project is licensed under the Apache2 License. See the LICENSE file for details.
Loading

0 comments on commit baf338c

Please sign in to comment.