Skip to content

Commit

Permalink
fix(docs): Install instructions (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 authored Jun 7, 2024
1 parent 8a07bb6 commit d33c67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/howtoinstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/VirusTotal/vt-py/releases>`_
Expand All @@ -29,4 +29,4 @@ Once you have the code you can install it with:

.. code-block:: sh
$ sudo python3 setup.py install
$ pip install .

0 comments on commit d33c67f

Please sign in to comment.