Skip to content

Commit f9ee9f5

Browse files
[llvm][Docs] Update TestSuiteGuide.md (#79613)
Update svn to git & virtualenv to venv
1 parent efad561 commit f9ee9f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/docs/TestSuiteGuide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ Quickstart
1616
environment:
1717

1818
```bash
19-
% mkdir venv
20-
% virtualenv venv
21-
% . venv/bin/activate
22-
% pip install svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit
19+
% python3 -m venv .venv
20+
% . .venv/bin/activate
21+
% pip install git+https://github.com/llvm/llvm-project.git#subdirectory=llvm/utils/lit
2322
% lit --version
2423
lit 0.8.0dev
2524
```

0 commit comments

Comments
 (0)