Skip to content

Commit d64baee

Browse files
authored
Update README.md (#66)
Add gem mirror doc for gem/web beginner like me..
1 parent 1906d90 commit d64baee

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Besides supporting WebGPU, this project also provides the harness for other kind
2626

2727
## Instructions for local deployment
2828

29-
1. Install TVM Unity.
29+
1. Install TVM Unity. Open [mlc.ai wheels](https://mlc.ai/wheels) for more version.
3030

3131
```shell
32-
pip3 install mlc-ai-nightly -f https://mlc.ai/wheels
32+
pip3 install -r requirements.txt
3333
```
3434

3535
2. Install all the prerequisite for web deployment:
@@ -39,7 +39,7 @@ Besides supporting WebGPU, this project also provides the harness for other kind
3939
2. [Rust](https://www.rust-lang.org/tools/install).
4040
3. [`wasm-pack`](https://rustwasm.github.io/wasm-pack/installer/). It helps build Rust-generated WebAssembly, which used for tokenizer in our case here.
4141
4. Install jekyll by following the [official guides](https://jekyllrb.com/docs/installation/). It is the package we use for website.
42-
5. Install jekyll-remote-theme by command
42+
5. Install jekyll-remote-theme by command. Try [gem mirror](https://gems.ruby-china.com/) if install blocked.
4343
```shell
4444
gem install jekyll-remote-theme
4545
```

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mlc-ai-nightly
2+
pytest
3+
typing_extensions
4+
5+
-f https://mlc.ai/wheels

0 commit comments

Comments
 (0)