Skip to content

Commit 8bee878

Browse files
committed
Update using-executorch-building-from-source.md
1 parent 1cde639 commit 8bee878

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/using-executorch-building-from-source.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ portability details.
4040

4141
```bash
4242
# Clone the ExecuTorch repo from GitHub
43-
git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
44-
cd executorch
43+
git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
4544
```
4645

4746
### Create a Virtual Environment
@@ -53,8 +52,7 @@ Create and activate a Python virtual environment:
5352

5453
Or alternatively, [install conda on your machine](https://conda.io/projects/conda/en/latest/user-guide/install/index.html). Then, create a Conda environment named "executorch".
5554
```bash
56-
conda create -yn executorch python=3.10.0
57-
conda activate executorch
55+
conda create -yn executorch python=3.10.0 && conda activate executorch
5856
```
5957

6058
## Install ExecuTorch pip package from Source

0 commit comments

Comments
 (0)