Skip to content

Commit

Permalink
doc: get local install path dynamically.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jul 28, 2023
1 parent 58a09eb commit 47cf98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ python3 setup.py install --user
> 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/"
> export PASSWORD_STORE_EXTENSIONS_DIR="$(python -m site --user-site)/usr/lib/password-store/extensions/"
> ```
## The import Library
Expand Down

0 comments on commit 47cf98d

Please sign in to comment.