Skip to content

Commit

Permalink
Make git clone more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
x0s committed Mar 31, 2022
1 parent f33040f commit 7b01b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Follow the installation steps for installing pytorch with CUDA/GPU support here:

### 10. Download pytti-core

git clone --recurse-submodules -j8 --branch main https://github.com/pytti-tools/pytti-core
git clone --recurse-submodules -j8 https://github.com/pytti-tools/pytti-core

Your local directory structure probably looks like this now:

Expand Down

0 comments on commit 7b01b07

Please sign in to comment.