From 6cf6e62ff958a9b5a462ca4fecac17811632f971 Mon Sep 17 00:00:00 2001 From: m1stadev Date: Mon, 22 Apr 2024 15:01:43 -0500 Subject: [PATCH] readme: update - convert embedded links to html - change local installation instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28ec5ce..525c879 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,14 @@ Commands: - Python 3.8 or higher ## Installation -- Install from [PyPI](https://pypi.org/project/pyimg4/): +- Install from PyPI: - ```python3 -m pip install pyimg4``` - Local installation: - - `./install.sh` - - Requires [Poetry](https://python-poetry.org) + - `pip install --force-reinstall .` ## Notes - For compression, LZFSE compression utilizes the apple-compress library on *OS, and the lzfse library on all other OSes (due to libcompression not being available outside of Apple platforms). - If for some reason you'd like to force the lzfse library to be used on *OS (not recommended), you can set the environment variable `PYIMG4_FORCE_LZFSE`. ## Support -For any questions/issues you have, [open an issue](https://github.com/m1stadev/PyIMG4/issues). +For any questions/issues you have, open an issue.