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

Commit 00029bf

Browse files
authored
Merge pull request #539 from facebookresearch/pr/install
installation instruction: explicitly mention "git clone"
2 parents 9bc96e8 + 87c150d commit 00029bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Build TC with dependencies supplied by conda
101101

102102
.. code-block:: bash
103103
104+
git clone http://www.github.com/facebookresearch/TensorComprehensions --recursive
105+
cd TensorComprehensions
104106
CLANG_PREFIX=$(${CONDA_PREFIX}/bin/llvm-config --prefix) ./build.sh
105107
106108
You may need to pass the environment variable `CUDA_TOOLKIT_ROOT_DIR` pointing

0 commit comments

Comments
 (0)