Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuan8 committed Sep 5, 2024
1 parent 0563c76 commit 2f6c4b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@ CMAKE_ARGS="-DCMAKE_CXX_FLAGS=-fopenmp" pip install nexaai

</details>

### Local Build
How to clone this repo
```bash
git clone --recursive https://github.com/NexaAI/nexa-sdk
```
If you forget to use `--recursive`, you can use below command to add submodule
```bash
git submodule update --init --recursive
```
Then you can build and install the package
```bash
pip install -e .
```

### Docker Usage

Expand Down

0 comments on commit 2f6c4b0

Please sign in to comment.