diff options
| author | alex <alex@pdp7.net> | 2023-11-16 21:53:13 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-16 21:53:13 +0100 |
| commit | 7024cf0a28e9f12f379d68344eb1c300012f52f0 (patch) | |
| tree | 5a92cf055d725a6bede3a85dbb9aa243be73fc77 /scripts | |
| parent | 50d0ae3d0efa29cfd28fb65f49b412a57816fbab (diff) | |
Add more docs about scripts/workstation
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/README.md b/scripts/README.md index 27606131..ec053563 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,11 +1,11 @@ -Local installation EL8: +I'm experimenting with doing "user-level" configuration using Python scripts. -``` -$ pipx install -e . --force --python /usr/bin/python3.9 -``` +This directory contains a Python module with entrypoints that I use for many tasks. -Local installation EL9: +The scripts can be installed on EL8/EL9 with pipx: ``` $ pipx install -e . --force --python /usr/bin/python3.9 ``` + +See [workstation](../workstation) for further details. |
