From ad04babcc4d0238795cde87690c875a6c2b69c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20G=C3=B3mez=20Mac=C3=ADas?= Date: Fri, 7 Jun 2024 12:15:17 +0200 Subject: [PATCH] fix(docs): Install instructions --- docs/source/howtoinstall.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/howtoinstall.rst b/docs/source/howtoinstall.rst index cecfdbc..318b5c5 100644 --- a/docs/source/howtoinstall.rst +++ b/docs/source/howtoinstall.rst @@ -14,7 +14,7 @@ repository: .. code-block:: sh - $ git clone git://github.com/VirusTotal/vt-py.git + $ git clone https://github.com/VirusTotal/vt-py.git $ cd vt-py Or, download the tarball for the `latest release `_ @@ -29,4 +29,4 @@ Once you have the code you can install it with: .. code-block:: sh - $ sudo python3 setup.py install + $ pip install .