v1.6.1 - Enhanced: Added Essential Checks to Simple Installer
π v -
$(cat release_notes.md)
π¦ Quick Installation
Windows
curl -L -o install.bat https://github.com/LightWraith8268/Docx2Shelf/releases/latest/download/install.bat && install.batmacOS/Linux
curl -sSL https://github.com/LightWraith8268/Docx2Shelf/releases/latest/download/install.sh | bashInstall scripts now include:
- Automatic Python 3.11+ detection and installation (Windows)
- Smart version checking (only installs if newer version available)
- Optional Pandoc and EPUBCheck installation for best results
- Automatic PATH configuration and self-cleanup
π‘ Alternative Installation Methods
Manual Python Installation:
# pipx (recommended - isolated environment)
pipx install git+https://github.com/LightWraith8268/Docx2Shelf.git
# or with pip
pip install git+https://github.com/LightWraith8268/Docx2Shelf.gitSee installation guide for more options.
Full Changelog: See CHANGELOG.md