Skip to content

Commit

Permalink
[Doc] Installation with mirror source (#2946)
Browse files Browse the repository at this point in the history
* Installation with mirror source

* Auto Format

* Update install.md

Co-authored-by: Taichi Gardener <[email protected]>
  • Loading branch information
FantasyVR and taichi-gardener authored Sep 23, 2021
1 parent 181c903 commit 16e46d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/lang/articles/misc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,12 @@ sidebar_position: 0
than OpenGL. This disables the OpenGL backend detection to avoid
incompatibilities.

### Installation interrupted
During the installation, the downloading process is interrupted because of `HTTPSConnection` error. You can try installing Taichi from a mirror source.

```
pip install taichi -i https://pypi.douban.com/simple
```

### Other issues

Expand Down

0 comments on commit 16e46d2

Please sign in to comment.