Skip to content

Commit

Permalink
README.md: Remove dependency on python311-subprocess-tee
Browse files Browse the repository at this point in the history
My machine doesn't contain this dependency, and it works as expected, so
remove it.

Signed-off-by: Marcos Paulo de Souza <[email protected]>
  • Loading branch information
marcosps committed Jul 2, 2024
1 parent f42c191 commit 572b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ On openSUSE, you can install them by running:
```
$ sudo zypper install clang18 clang18-devel libclang-cpp18 \
clang-tools libLLVM18 llvm18 llvm18-devel libelf-devel meson ninja \
python311-psutil python311-pexpect python311-subprocess-tee python311-pytest
python311-psutil python311-pexpect python311-pytest
```
It's advised to use LLVM 18 and higher, since it's well tested. But there
support for LLVM 16 and 17 as well, but you might find issues with it.
Expand Down

0 comments on commit 572b57e

Please sign in to comment.