Skip to content

Commit 7e5b667

Browse files
authored
Update README.md
1 parent 62a080e commit 7e5b667

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ pip install -e .
4242
> PyTorch (12.6). Please make sure to use the same CUDA versions.
4343
> ```
4444
> In this case, it might help to use `pip install --no-build-isolation` to force pip to build using your current virtual environment.
45+
>
46+
> Furthermore, sometimes it is also helpful to add `--no-cache-dir` flag to force a fresh install.
47+
>
48+
> In summary, the most verbose way to install `sjlt` might be
49+
> ```bash
50+
> pip install --no-build-isolation --no-cache-dir sjlt
51+
> ```
4552
4653
## Quick Start
4754

0 commit comments

Comments
 (0)