Update installation instructions, closes #8

This commit is contained in:
Rupus Reinefjord 2020-06-23 12:13:01 +02:00
parent 8631953c2e
commit b209f920cc
2 changed files with 3 additions and 7 deletions

View File

@ -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
```

View File

@ -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',