diff --git a/README.md b/README.md index 660f4f8e8..011bb5314 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ If you're **not** going to use one of the [supported compilation frameworks](htt python3 -m pip install slither-analyzer ``` +#### How to upgrade + +```console +python3 -m pip install --upgrade slither-analyzer +``` + ### Using Git ```bash