Skip to content

Commit

Permalink
fix: Fix document error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Nov 5, 2024
1 parent d8af8ac commit 6025c3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ A Rust-powered secure sandbox for multi-language code execution, leveraging WebA
**Install Lyric via pip:**

```bash
pip install "lyric-py>=0.1.4-rc0"
pip install "lyric-py>=0.1.4rc0"
```

**Install default Python webassembly worker:**

```bash
pip install "lyric-py-worker>=0.1.4-rc0"
pip install "lyric-py-worker>=0.1.4rc0"
```

**Install default JavaScript webassembly worker:**

```bash
pip install "lyric-js-worker>=0.1.4-rc0"
pip install "lyric-js-worker>=0.1.4rc0"
```

### Basic Usage
Expand Down

0 comments on commit 6025c3f

Please sign in to comment.