Skip to content

Commit

Permalink
Add git clone changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchen4ai committed Sep 5, 2024
1 parent 92911d9 commit 5f7a44e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ Below is our differentiation from other similar tools:

We have released pre-built wheels for various Python versions, platforms, and backends for convenient installation on our [index page](https://nexaai.github.io/nexa-sdk/whl/).

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
```


#### CPU

```bash
Expand Down

0 comments on commit 5f7a44e

Please sign in to comment.