From 743e9bf9cb46a9bbc7eb9d2834af9fa339511e4a Mon Sep 17 00:00:00 2001 From: mahdiRostami Date: Wed, 16 Aug 2023 17:14:52 +0330 Subject: [PATCH] Update installing-vyper.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add “vyper --version” it's commonly used. --- docs/installing-vyper.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ***