Skip to content

Commit

Permalink
[Doc] Update dev_install.md (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
writinwaters authored Jun 27, 2022
1 parent 4283e7e commit 7c429e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lang/articles/contribution/dev_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation instructions vary depending on which operating system (OS) you are
|:----------------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| OS | macOS / Ubuntu / Arch Linux / Other Linux distributions |
| Python | 3.6/3.7/3.8/3.9/3.10 We recommend installing Python from [Miniforge](https://github.com/conda-forge/miniforge/#download) conda if you are on a MacBook with M1 chip. |
| Clang++ | 8&leq; Clang++ <12 |
| Clang++ | 8&leq; Clang++ &lt;12 |
| LLVM | 10.0.0 (Taichi customized version) |
| Command line tools for Xcode | For macOS users only: `xcode-select --install ` |

Expand All @@ -59,7 +59,7 @@ Installation instructions vary depending on which operating system (OS) you are
|:-------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| OS | Windows 7/8/10/11 |
| Python | 3.6/3.7/3.8/3.9/3.10 |
| Clang++ | 8&leq; Clang++ <12 (We provide pre-built versions in the clang section) |
| Clang++ | 8&leq; Clang++ &lt;12 (We provide pre-built versions in the clang section) |
| LLVM | 10.0.0 (Taichi customized version) |
| Visual Studio | Visual Studio 2019/2022 with "Desktop Development with C++" component. If you want to use Clang++ as the compiler, also install "C++ Clang Compiler for Windows" component |

Expand Down

0 comments on commit 7c429e3

Please sign in to comment.