diff options
Diffstat (limited to 'scripts/README.md')
| -rw-r--r-- | scripts/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 00000000..27606131 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,11 @@ +Local installation EL8: + +``` +$ pipx install -e . --force --python /usr/bin/python3.9 +``` + +Local installation EL9: + +``` +$ pipx install -e . --force --python /usr/bin/python3.9 +``` |
