Skip to content

Commit

Permalink
doc: add a message regarding extension dir path on local install.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jul 28, 2023
1 parent 6b3f7c0 commit 46741dc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,18 @@ Alternatively, from git or from a stable version you can do a local install with
cd pass-import
python3 setup.py install --user
```
Remember to set `PASSWORD_STORE_ENABLE_EXTENSIONS` to `true` for the local
extension to be enabled.

> [!WARNING]
> For local install you need to:
>
> 1. Set `PASSWORD_STORE_ENABLE_EXTENSIONS` to `true` for the local extension to be enabled.
> 2. Set `PASSWORD_STORE_EXTENSIONS_DIR` to local the install path of python
>
> Example:
> ```sh
> export PASSWORD_STORE_ENABLE_EXTENSIONS=true
> export PASSWORD_STORE_EXTENSIONS_DIR="$HOME/.local/lib/python3.9/site-packages/usr/lib/password-store/extensions/"
> ```
## The import Library

Expand Down

0 comments on commit 46741dc

Please sign in to comment.