diff --git a/docs/installing-vyper.rst b/docs/installing-vyper.rst index 249182a1c2..fb2849708d 100644 --- a/docs/installing-vyper.rst +++ b/docs/installing-vyper.rst @@ -78,7 +78,11 @@ To install a specific version use: pip install vyper==0.3.7 +You can check if Vyper is installed completely or not by typing the following in your terminal/cmd: +:: + + vyper --version nix ***