Install passme

Install Python 3 and install the passme package with pip by

> python -m pip install passme

or to specify Python 3

> python3 -m pip install passme

You can check the latest version on PyPI and your installed version by running:

> python -m pip show passme

To upgrade to the latest version:

> python -m pip install --upgrade passme

Top page