File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ To build the documentation locally:
40401 . Clone the ExecuTorch repo to your machine.
4141
4242 ``` bash
43- git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
43+ git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
4444 ```
4545
46461 . If you don't have it already, start either a Python virtual envitonment:
@@ -52,8 +52,7 @@ To build the documentation locally:
5252 Or a Conda environment:
5353
5454 ``` bash
55- conda create -yn executorch python=3.10.0
56- conda activate executorch
55+ conda create -yn executorch python=3.10.0 && conda activate executorch
5756 ```
5857
59581 . Install dependencies:
You can’t perform that action at this time.
0 commit comments