Skip to content

Commit 456863b

Browse files
committed
update-Readme
- Add installation via uv
1 parent 3befc96 commit 456863b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [Usage](#usage)
1919
* [How to install](#how-to-install)
2020
* [Using Pip](#using-pip)
21+
* [Using Uv](#using-uv)
2122
* [Using Git](#using-git)
2223
* [Using Docker](#using-docker)
2324
* [Integration](#integration)
@@ -76,6 +77,13 @@ If you're **not** going to use one of the [supported compilation frameworks](htt
7677
python3 -m pip install slither-analyzer
7778
```
7879

80+
### Using Uv
81+
82+
```console
83+
uv pip install slither-analyzer
84+
```
85+
Recommended to first [initialize a uv project](https://docs.astral.sh/uv/guides/projects/#managing-dependencies), and then run the install command, this allows for isolation in the [uv virtual environment](https://docs.astral.sh/uv/pip/compatibility/#virtual-environments-by-default) by default which leads to significantly [faster installation times](https://github.com/xyizko/xo-i-euvs/#installation-times).
86+
7987
### Using Git
8088

8189
```bash

0 commit comments

Comments
 (0)