Skip to content

Commit

Permalink
Merge pull request #175 from netromdk/issue-158
Browse files Browse the repository at this point in the history
Improved usage section of Readme
  • Loading branch information
netromdk committed Apr 8, 2023
2 parents f8235dc + 7d3ba05 commit 68458af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
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 68458af

Please sign in to comment.