Skip to content

v1.4.6 - Documentation Cleanup: Remove Non-Working Install Methods

Choose a tag to compare

@github-actions github-actions released this 22 Sep 03:45
· 132 commits to main since this release

πŸš€ v -

$(cat release_notes.md)

πŸ“¦ Quick Installation

Windows

curl -L -o install.bat https://github.com/LightWraith8268/Docx2Shelf/releases/latest/download/install.bat && install.bat

macOS/Linux

curl -sSL https://github.com/LightWraith8268/Docx2Shelf/releases/latest/download/install.sh | bash

πŸ’‘ 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.git

See installation guide for more options.


Full Changelog: See CHANGELOG.md