Skip to content

Commit

Permalink
Merge 7d3ba05 into f8235dc
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Apr 8, 2023
2 parents f8235dc + 7d3ba05 commit bd8d021
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Expand Up @@ -71,11 +71,14 @@ Table of Contents
Usage
=====

It is fairly straightforward to use Vermin::
It is fairly straightforward to use Vermin.

./vermin.py /path/to/your/project
Running it from the repository either directly or through specific interpreter::

Or via `PyPi <https://pypi.python.org/pypi/vermin/>`__::
% ./vermin.py /path/to/your/project # (1) executing via `/usr/bin/env python`
% python3 vermin.py /path/to/your/project # (2) specifically `python3`

Or if installed via `PyPi <https://pypi.python.org/pypi/vermin/>`__::

% pip install vermin
% vermin /path/to/your/project
Expand Down

0 comments on commit bd8d021

Please sign in to comment.