Update installation instructions, closes #8
This commit is contained in:
parent
8631953c2e
commit
b209f920cc
2 changed files with 3 additions and 7 deletions
|
@ -2,15 +2,11 @@
|
||||||
|
|
||||||
Source is available [at GitHub](https://github.com/reinefjord/pass2csv).
|
Source is available [at GitHub](https://github.com/reinefjord/pass2csv).
|
||||||
|
|
||||||
Requires [python-gnupg](https://pypi.python.org/pypi/python-gnupg) and python3.
|
You can install it directly from PyPI with pip:
|
||||||
Run with path to password store as argument:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 -m pip install --user python-gnupg
|
python3 -m pip install --user pass2csv
|
||||||
python3 pass2csv.py ~/.password-store
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pass2csv",
|
name="pass2csv",
|
||||||
version="0.1.1",
|
version="0.1.2",
|
||||||
author="Rupus Reinefjord",
|
author="Rupus Reinefjord",
|
||||||
author_email="rupus@reinefjord.net",
|
author_email="rupus@reinefjord.net",
|
||||||
description='Export pass(1), "the standard unix password manager", to CSV',
|
description='Export pass(1), "the standard unix password manager", to CSV',
|
||||||
|
|
Loading…
Reference in a new issue