diff --git a/README.md b/README.md index 9b68b2e..dd054f1 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,11 @@ Source is available [at GitHub](https://github.com/reinefjord/pass2csv). -Requires [python-gnupg](https://pypi.python.org/pypi/python-gnupg) and python3. -Run with path to password store as argument: - +You can install it directly from PyPI with pip: ``` -python3 -m pip install --user python-gnupg -python3 pass2csv.py ~/.password-store +python3 -m pip install --user pass2csv ``` - ## Usage ``` diff --git a/setup.py b/setup.py index 2f46030..c5c29ef 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pass2csv", - version="0.1.1", + version="0.1.2", author="Rupus Reinefjord", author_email="rupus@reinefjord.net", description='Export pass(1), "the standard unix password manager", to CSV',