Commit 039385ed authored by Zach Teed's avatar Zach Teed
Browse files

add --no-build-isolation

parent ffdcdc2c
......@@ -42,7 +42,7 @@ pip install torch torchvision torchaudio wheel
export TORCH_CUDA_ARCH_LIST="7.5;8.6;8.9;9.0"
# install lietorch
pip install -e .
pip install --no-build-isolation .
```
### Installing (with pip)
......@@ -50,7 +50,7 @@ pip install -e .
# optional: specify GPU architectures
export TORCH_CUDA_ARCH_LIST="7.5;8.6;8.9;9.0"
pip install git+https://github.com/princeton-vl/lietorch.git
pip install git+https://github.com/princeton-vl/lietorch.git --no-build-isolation
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment