Skip to content

Commit

Permalink
Merge pull request #72 from NexaAI/zack-dev
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
zhiyuan8 authored Sep 5, 2024
2 parents de855a0 + 2f6c4b0 commit fe8adf3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<h1>Nexa SDK</h1>

<img src="./assets/banner.png" alt="icon"/>
<img src="https://public-storage.nexa4ai.com/nexa-banner.png" alt="icon" onerror="this.onerror=null; this.src='./assets/banner.png'"/>

[![MacOS][MacOS-image]][release-url] [![Linux][Linux-image]][release-url] [![Windows][Windows-image]][release-url]

Expand Down 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 fe8adf3

Please sign in to comment.