From f72ad784d9cbf85235ee61d29f6571e1dfc48229 Mon Sep 17 00:00:00 2001 From: mahdiRostami Date: Mon, 21 Aug 2023 18:18:10 +0330 Subject: [PATCH] docs: add `vyper --version` (#3558) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add “vyper --version” to installation instructions --- 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 ***