Skip to content

Release v0.5.3

Choose a tag to compare

@github-actions github-actions released this 30 Sep 19:48
· 33 commits to main since this release

Release v0.5.3

New version of folder2md4llms is now available on PyPI!

Installation

🐍 Python Package (Recommended):

# Using pipx (recommended)
pipx install folder2md4llms

# Or using pip
pip install folder2md4llms

# Using uv (fast alternative)
uv tool install folder2md4llms

Platform-Specific Setup:

macOS:

brew install pipx
pipx install folder2md4llms

Linux:

python3 -m pip install --user pipx
pipx install folder2md4llms

Windows (WSL2 Recommended):

# Install WSL2 first (run in PowerShell as Administrator)
wsl --install -d Ubuntu-22.04

# Then in WSL2, follow Linux instructions
python3 -m pip install --user pipx
pipx install folder2md4llms

Verification

folder2md --version
folder2md --help

📦 Available on PyPI • 📚 Documentation

Full Changelog: v0.5.2...v0.5.3