Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 503b94f

Browse files
instructions for cloning should be https not ssh
1 parent d4dbe7e commit 503b94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation_conda_dep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ conda packages of TC dependencies and then build TC.
144144
$ source activate tc-build-conda
145145
$ conda install -y -c prigoyal tapir50 llvm isl-tc gflags glog
146146
$ conda install -y -c pytorch pytorch
147-
$ cd $HOME && git clone git@github.com:facebookresearch/TensorComprehensions.git --recursive
147+
$ cd $HOME && git clone https://github.com/facebookresearch/TensorComprehensions.git --recursive
148148
$ cd TensorComprehensions
149149
$ git submodule update --init --recursive
150150
$ BUILD_TYPE=Release INSTALL_PREFIX=$CONDA_PREFIX WITH_CAFFE2=OFF CLANG_PREFIX=$(llvm-config --prefix) ./build.sh --all

0 commit comments

Comments
 (0)