Commit 6706183 1 parent 35dddde commit 6706183 Copy full SHA for 6706183
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Setting Up Environment
4
4
5
- ### Check out the code
5
+ ### Clone the Repository
6
6
7
- ``` shell
8
- git clone https://github.com/llvm/torch-mlir
9
- cd torch-mlir
10
- git submodule update --init --progress
11
- ```
7
+ 1 . ``` shell
8
+ git clone https://github.com/llvm/torch-mlir && cd torch-mlir
9
+ ```
10
+
11
+ 1 . ``` shell
12
+ git submodule update --init --progress
13
+ ```
12
14
13
- Optionally, use ` --depth=1 ` to make a shallow clone of the submodules.
14
- While this is running, you can already setup the Python venv and dependencies in the next step.
15
+ - Optionally, use ` --depth=1 ` to make a shallow clone of the submodules.
16
+ - While this is running, you can already setup the Python venv and dependencies in the next step.
15
17
16
18
### Setup your Python VirtualEnvironment and Dependencies
17
19
You can’t perform that action at this time.
0 commit comments